#F89FC2

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

Shades of Carnation Pink #F89FC2

Tints of Carnation Pink #F89FC2

Color information

#F89FC2 (or 0xF89FC2) is unknown color: approx Carnation Pink. HEX triplet: F8, 9F and C2. RGB value is (248,159,194). Sum of RGB (Red+Green+Blue) = 248+159+194=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FC2 is #07603D. Grayscale: #BDBDBD. Windows color (decimal): -483390 or 12754936. OLE color: 12754936.

HSL color Cylindrical-coordinate representation of color #F89FC2: hue angle of 336.4º 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 #F89FC2 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB248159194-
CMYK00.360.220.03
HSL336.4º86.41%79.8%-
HSV(B)336.4º35.89%97.25%-
XYZ60.8548.6557.22-
YUV189.6130.49169.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 194 (76.17% from 255) = 32.28%
R=41.26%
G=26.46%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815919400.360.220.03336.486.4179.8
HexF89FC20241631505650
Octal370237302044263520126120
Binary1111100010011111110000100100100101101110101000010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FC2; }

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

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

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

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

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

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

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

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