#F89393

Color #F89393 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F89393

Tints of Sweet Pink #F89393

Color information

#F89393 (or 0xF89393) is unknown color: approx Sweet Pink. HEX triplet: F8, 93 and 93. RGB value is (248,147,147). Sum of RGB (Red+Green+Blue) = 248+147+147=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F89393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89393 is #076C6C. Grayscale: #B1B1B1. Windows color (decimal): -486509 or 9671672. OLE color: 9671672.

HSL color Cylindrical-coordinate representation of color #F89393: hue angle of 0º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F89393 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB248147147-
CMYK00.410.410.03
HSL87.83%77.45%-
HSV(B)40.73%97.25%-
XYZ54.4142.9333.02-
YUV177.2110.96178.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 45.76%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=45.76%
G=27.12%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814714700.410.410.03087.8377.45
HexF893930292930584d
Octal3702232230515130130115
Binary111110001001001110010011010100110100111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89393; }

 p { color: rgb(248,147,147); }

 H1.HeaderClassName
 {
   color: #F89393;
 }
 .AnyTagClassName
 {
   color: #F89393;
 }
</style>
background-color css

<style>
 a { background-color: #F89393; }

 a { background-color: rgb(248,147,147); }

 div.DivClassName
 {
   background-color: #F89393;
 }
 .BgClassName
 {
   background-color: #F89393;
 }
</style>
border-color css

<style>
 span { border-color: #F89393; }

 span { border-color: rgb(248,147,147); }

 td.TdClassName
 {
   border-color: #F89393;
 }
 .TagClassName
 {
   border-color: #F89393;
 }
</style>