#F992C7

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

Shades of Tea Rose #F992C7

Tints of Tea Rose #F992C7

Color information

#F992C7 (or 0xF992C7) is unknown color: approx Tea Rose. HEX triplet: F9, 92 and C7. RGB value is (249,146,199). Sum of RGB (Red+Green+Blue) = 249+146+199=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F992C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992C7 is #066D38. Grayscale: #B6B6B6. Windows color (decimal): -421177 or 13079289. OLE color: 13079289.

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

Color convert

RGB249146199-
CMYK00.410.200.02
HSL329.13º89.57%77.45%-
HSV(B)329.13º41.37%97.65%-
XYZ59.6544.8259.54-
YUV182.84137.12175.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.92%
GREEN value IS 146 (57.42% from 255) = 24.58%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=41.92%
G=24.58%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914619900.410.200.02329.1389.5777.45
HexF992C70291421495a4d
Octal371222307051242511132115
Binary1111100110010010110001110101001101001010100100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992C7; }

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

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

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

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

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

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

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

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