#F89FC5

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

Shades of Carnation Pink #F89FC5

Tints of Carnation Pink #F89FC5

Color information

#F89FC5 (or 0xF89FC5) is unknown color: approx Carnation Pink. HEX triplet: F8, 9F and C5. RGB value is (248,159,197). Sum of RGB (Red+Green+Blue) = 248+159+197=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FC5 is #07603A. Grayscale: #BDBDBD. Windows color (decimal): -483387 or 12951544. OLE color: 12951544.

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

Color convert

RGB248159197-
CMYK00.360.210.03
HSL334.38º86.41%79.8%-
HSV(B)334.38º35.89%97.25%-
XYZ61.1948.7859.01-
YUV189.94131.99169.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 197 (77.34% from 255) = 32.62%
R=41.06%
G=26.32%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815919700.360.210.03334.3886.4179.8
HexF89FC502415314e5650
Octal370237305044253516126120
Binary1111100010011111110001010100100101011110100111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FC5; }

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

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

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

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

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

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

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

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