#F992C8

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

Shades of Tea Rose #F992C8

Tints of Tea Rose #F992C8

Color information

#F992C8 (or 0xF992C8) is unknown color: approx Tea Rose. HEX triplet: F9, 92 and C8. RGB value is (249,146,200). Sum of RGB (Red+Green+Blue) = 249+146+200=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F992C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992C8 is #066D37. Grayscale: #B6B6B6. Windows color (decimal): -421176 or 13144825. OLE color: 13144825.

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

Color convert

RGB249146200-
CMYK00.410.200.02
HSL328.54º89.57%77.45%-
HSV(B)328.54º41.37%97.65%-
XYZ59.7744.8760.15-
YUV182.95137.62175.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=41.85%
G=24.54%
B=33.61%

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
Decimal24914620000.410.200.02328.5489.5777.45
HexF992C80291421495a4d
Octal371222310051242511132115
Binary1111100110010010110010000101001101001010100100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992C8; }

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

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

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

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

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

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

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

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