#F990C3

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

Shades of Tea Rose #F990C3

Tints of Tea Rose #F990C3

Color information

#F990C3 (or 0xF990C3) is unknown color: approx Tea Rose. HEX triplet: F9, 90 and C3. RGB value is (249,144,195). Sum of RGB (Red+Green+Blue) = 249+144+195=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F990C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990C3 is #066F3C. Grayscale: #B5B5B5. Windows color (decimal): -421693 or 12816633. OLE color: 12816633.

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

Color convert

RGB249144195-
CMYK00.420.220.02
HSL330.86º89.74%77.06%-
HSV(B)330.86º42.17%97.65%-
XYZ58.8944.0357.02-
YUV181.21135.79176.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.35%
GREEN value IS 144 (56.64% from 255) = 24.49%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=42.35%
G=24.49%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914419500.420.220.02330.8689.7477.06
HexF990C302A16214b5a4d
Octal371220303052262513132115
Binary1111100110010000110000110101010101101010100101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F990C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F990C3; }

 p { color: rgb(249,144,195); }

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

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

 a { background-color: rgb(249,144,195); }

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

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

 span { border-color: rgb(249,144,195); }

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