#F89FC4

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

Shades of Carnation Pink #F89FC4

Tints of Carnation Pink #F89FC4

Color information

#F89FC4 (or 0xF89FC4) is unknown color: approx Carnation Pink. HEX triplet: F8, 9F and C4. RGB value is (248,159,196). Sum of RGB (Red+Green+Blue) = 248+159+196=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FC4 is #07603B. Grayscale: #BDBDBD. Windows color (decimal): -483388 or 12886008. OLE color: 12886008.

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

Color convert

RGB248159196-
CMYK00.360.210.03
HSL335.06º86.41%79.8%-
HSV(B)335.06º35.89%97.25%-
XYZ61.0748.7458.41-
YUV189.83131.49169.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 196 (76.95% from 255) = 32.50%
R=41.13%
G=26.37%
B=32.50%

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
Decimal24815919600.360.210.03335.0686.4179.8
HexF89FC402415314f5650
Octal370237304044253517126120
Binary1111100010011111110001000100100101011110100111110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FC4; }

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

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

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

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

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

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

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

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