#F992C9

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

Shades of Tea Rose #F992C9

Tints of Tea Rose #F992C9

Color information

#F992C9 (or 0xF992C9) is unknown color: approx Tea Rose. HEX triplet: F9, 92 and C9. RGB value is (249,146,201). Sum of RGB (Red+Green+Blue) = 249+146+201=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F992C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992C9 is #066D36. Grayscale: #B6B6B6. Windows color (decimal): -421175 or 13210361. OLE color: 13210361.

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

Color convert

RGB249146201-
CMYK00.410.190.02
HSL327.96º89.57%77.45%-
HSV(B)327.96º41.37%97.65%-
XYZ59.8944.9160.77-
YUV183.07138.12175.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.78%
GREEN value IS 146 (57.42% from 255) = 24.50%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=41.78%
G=24.50%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914620100.410.190.02327.9689.5777.45
HexF992C90291321485a4d
Octal371222311051232510132115
Binary1111100110010010110010010101001100111010100100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992C9; }

 p { color: rgb(249,146,201); }

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

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

 a { background-color: rgb(249,146,201); }

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

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

 span { border-color: rgb(249,146,201); }

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