#F992CC

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

Shades of Tea Rose #F992CC

Tints of Tea Rose #F992CC

Color information

#F992CC (or 0xF992CC) is unknown color: approx Tea Rose. HEX triplet: F9, 92 and CC. RGB value is (249,146,204). Sum of RGB (Red+Green+Blue) = 249+146+204=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F992CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992CC is #066D33. Grayscale: #B7B7B7. Windows color (decimal): -421172 or 13406969. OLE color: 13406969.

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

Color convert

RGB249146204-
CMYK00.410.180.02
HSL326.21º89.57%77.45%-
HSV(B)326.21º41.37%97.65%-
XYZ60.2445.0662.65-
YUV183.41139.62174.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 146 (57.42% from 255) = 24.37%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=41.57%
G=24.37%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914620400.410.180.02326.2189.5777.45
HexF992CC0291221465a4d
Octal371222314051222506132115
Binary1111100110010010110011000101001100101010100011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992CC; }

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

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

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

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

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

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

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

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