#F89AC0

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

Shades of Carnation Pink #F89AC0

Tints of Carnation Pink #F89AC0

Color information

#F89AC0 (or 0xF89AC0) is unknown color: approx Carnation Pink. HEX triplet: F8, 9A and C0. RGB value is (248,154,192). Sum of RGB (Red+Green+Blue) = 248+154+192=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89AC0 is #07653F. Grayscale: #BABABA. Windows color (decimal): -484672 or 12622584. OLE color: 12622584.

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

Color convert

RGB248154192-
CMYK00.380.230.03
HSL335.74º87.04%78.82%-
HSV(B)335.74º37.9%97.25%-
XYZ59.7846.8755.77-
YUV186.44131.14171.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 192 (75.39% from 255) = 32.32%
R=41.75%
G=25.93%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815419200.380.230.03335.7487.0478.82
HexF89AC0026173150574f
Octal370232300046273520127117
Binary1111100010011010110000000100110101111110101000010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89AC0; }

 p { color: rgb(248,154,192); }

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

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

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

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

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

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

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