#F891C8

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

Shades of Tea Rose #F891C8

Tints of Tea Rose #F891C8

Color information

#F891C8 (or 0xF891C8) is unknown color: approx Tea Rose. HEX triplet: F8, 91 and C8. RGB value is (248,145,200). Sum of RGB (Red+Green+Blue) = 248+145+200=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F891C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891C8 is #076E37. Grayscale: #B5B5B5. Windows color (decimal): -486968 or 13144568. OLE color: 13144568.

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

Color convert

RGB248145200-
CMYK00.420.190.03
HSL327.96º88.03%77.06%-
HSV(B)327.96º41.53%97.25%-
XYZ59.2644.3860.09-
YUV182.07138.12175.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 145 (57.03% from 255) = 24.45%
BLUE value IS 200 (78.52% from 255) = 33.73%
R=41.82%
G=24.45%
B=33.73%

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
Decimal24814520000.420.190.03327.9688.0377.06
HexF891C802A133148584d
Octal370221310052233510130115
Binary1111100010010001110010000101010100111110100100010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F891C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F891C8; }

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

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

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

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

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

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

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

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