#F990D0

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

Shades of Tea Rose #F990D0

Tints of Tea Rose #F990D0

Color information

#F990D0 (or 0xF990D0) is unknown color: approx Tea Rose. HEX triplet: F9, 90 and D0. RGB value is (249,144,208). Sum of RGB (Red+Green+Blue) = 249+144+208=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F990D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990D0 is #066F2F. Grayscale: #B6B6B6. Windows color (decimal): -421680 or 13668601. OLE color: 13668601.

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

Color convert

RGB249144208-
CMYK00.420.160.02
HSL323.43º89.74%77.06%-
HSV(B)323.43º42.17%97.65%-
XYZ60.4344.6465.11-
YUV182.69142.29175.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.43%
GREEN value IS 144 (56.64% from 255) = 23.96%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=41.43%
G=23.96%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914420800.420.160.02323.4389.7477.06
HexF990D002A1021435a4d
Octal371220320052202503132115
Binary1111100110010000110100000101010100001010100001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F990D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F990D0; }

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

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

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

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

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

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

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

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