#F991C8

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

Shades of Tea Rose #F991C8

Tints of Tea Rose #F991C8

Color information

#F991C8 (or 0xF991C8) is unknown color: approx Tea Rose. HEX triplet: F9, 91 and C8. RGB value is (249,145,200). Sum of RGB (Red+Green+Blue) = 249+145+200=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F991C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991C8 is #066E37. Grayscale: #B6B6B6. Windows color (decimal): -421432 or 13144569. OLE color: 13144569.

HSL color Cylindrical-coordinate representation of color #F991C8: hue angle of 328.27º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991C8 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB249145200-
CMYK00.420.200.02
HSL328.27º89.66%77.25%-
HSV(B)328.27º41.77%97.65%-
XYZ59.6244.5660.1-
YUV182.37137.96175.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.92%
GREEN value IS 145 (57.03% from 255) = 24.41%
BLUE value IS 200 (78.52% from 255) = 33.67%
R=41.92%
G=24.41%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914520000.420.200.02328.2789.6677.25
HexF991C802A1421485a4d
Octal371221310052242510132115
Binary1111100110010001110010000101010101001010100100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991C8; }

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

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

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

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

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

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

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

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