#F89FC9

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

Shades of Carnation Pink #F89FC9

Tints of Carnation Pink #F89FC9

Color information

#F89FC9 (or 0xF89FC9) is unknown color: approx Carnation Pink. HEX triplet: F8, 9F and C9. RGB value is (248,159,201). Sum of RGB (Red+Green+Blue) = 248+159+201=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FC9 is #076036. Grayscale: #BEBEBE. Windows color (decimal): -483383 or 13213688. OLE color: 13213688.

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

Color convert

RGB248159201-
CMYK00.360.190.03
HSL331.69º86.41%79.8%-
HSV(B)331.69º35.89%97.25%-
XYZ61.6548.9761.46-
YUV190.4133.99169.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 159 (62.5% from 255) = 26.15%
BLUE value IS 201 (78.91% from 255) = 33.06%
R=40.79%
G=26.15%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815920100.360.190.03331.6986.4179.8
HexF89FC902413314c5650
Octal370237311044233514126120
Binary1111100010011111110010010100100100111110100110010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FC9; }

 p { color: rgb(248,159,201); }

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

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

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

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

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

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

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