#F990D4

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

Shades of Lavender Rose #F990D4

Tints of Lavender Rose #F990D4

Color information

#F990D4 (or 0xF990D4) is unknown color: approx Lavender Rose. HEX triplet: F9, 90 and D4. RGB value is (249,144,212). Sum of RGB (Red+Green+Blue) = 249+144+212=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F990D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990D4 is #066F2B. Grayscale: #B6B6B6. Windows color (decimal): -421676 or 13930745. OLE color: 13930745.

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

Color convert

RGB249144212-
CMYK00.420.150.02
HSL321.14º89.74%77.06%-
HSV(B)321.14º42.17%97.65%-
XYZ60.9244.8467.73-
YUV183.15144.29174.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.16%
GREEN value IS 144 (56.64% from 255) = 23.80%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=41.16%
G=23.80%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914421200.420.150.02321.1489.7477.06
HexF990D402AF21415a4d
Octal371220324052172501132115
Binary111110011001000011010100010101011111010100000110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F990D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F990D4; }

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

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

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

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

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

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

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

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