#F991C0

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

Shades of Tea Rose #F991C0

Tints of Tea Rose #F991C0

Color information

#F991C0 (or 0xF991C0) is unknown color: approx Tea Rose. HEX triplet: F9, 91 and C0. RGB value is (249,145,192). Sum of RGB (Red+Green+Blue) = 249+145+192=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F991C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991C0 is #066E3F. Grayscale: #B5B5B5. Windows color (decimal): -421440 or 12620281. OLE color: 12620281.

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

Color convert

RGB249145192-
CMYK00.420.230.02
HSL332.88º89.66%77.25%-
HSV(B)332.88º41.77%97.65%-
XYZ58.7144.255.31-
YUV181.45133.96176.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.49%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=42.49%
G=24.74%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914519200.420.230.02332.8889.6677.25
HexF991C002A17214d5a4d
Octal371221300052272515132115
Binary1111100110010001110000000101010101111010100110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991C0; }

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

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

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

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

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

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

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

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