#F891C9

Color #F891C9 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F891C9

Tints of Tea Rose #F891C9

Color information

#F891C9 (or 0xF891C9) is unknown color: approx Tea Rose. HEX triplet: F8, 91 and C9. RGB value is (248,145,201). Sum of RGB (Red+Green+Blue) = 248+145+201=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F891C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891C9 is #076E36. Grayscale: #B6B6B6. Windows color (decimal): -486967 or 13210104. OLE color: 13210104.

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

Color convert

RGB248145201-
CMYK00.420.190.03
HSL327.38º88.03%77.06%-
HSV(B)327.38º41.53%97.25%-
XYZ59.3844.4260.7-
YUV182.18138.62174.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 145 (57.03% from 255) = 24.41%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=41.75%
G=24.41%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814520100.420.190.03327.3888.0377.06
HexF891C902A133147584d
Octal370221311052233507130115
Binary1111100010010001110010010101010100111110100011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F891C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F891C9; }

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

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

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

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

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

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

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

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