#F990CD

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

Shades of Tea Rose #F990CD

Tints of Tea Rose #F990CD

Color information

#F990CD (or 0xF990CD) is unknown color: approx Tea Rose. HEX triplet: F9, 90 and CD. RGB value is (249,144,205). Sum of RGB (Red+Green+Blue) = 249+144+205=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F990CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990CD is #066F32. Grayscale: #B6B6B6. Windows color (decimal): -421683 or 13471993. OLE color: 13471993.

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

Color convert

RGB249144205-
CMYK00.420.180.02
HSL325.14º89.74%77.06%-
HSV(B)325.14º42.17%97.65%-
XYZ60.0644.4963.18-
YUV182.35140.79175.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.64%
GREEN value IS 144 (56.64% from 255) = 24.08%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=41.64%
G=24.08%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914420500.420.180.02325.1489.7477.06
HexF990CD02A1221455a4d
Octal371220315052222505132115
Binary1111100110010000110011010101010100101010100010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F990CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F990CD; }

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

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

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

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

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

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

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

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