#F994D9

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

Shades of Lavender Rose #F994D9

Tints of Lavender Rose #F994D9

Color information

#F994D9 (or 0xF994D9) is unknown color: approx Lavender Rose. HEX triplet: F9, 94 and D9. RGB value is (249,148,217). Sum of RGB (Red+Green+Blue) = 249+148+217=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F994D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994D9 is #066B26. Grayscale: #B9B9B9. Windows color (decimal): -420647 or 14259449. OLE color: 14259449.

HSL color Cylindrical-coordinate representation of color #F994D9: hue angle of 319.01º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994D9 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB249148217-
CMYK00.410.130.02
HSL319.01º89.38%77.84%-
HSV(B)319.01º40.56%97.65%-
XYZ62.1846.3371.31-
YUV186.06145.46172.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.55%
GREEN value IS 148 (58.20% from 255) = 24.10%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=40.55%
G=24.10%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914821700.410.130.02319.0189.3877.84
HexF994D9029D213f594e
Octal371224331051152477131116
Binary111110011001010011011001010100111011010011111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994D9; }

 p { color: rgb(249,148,217); }

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

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

 a { background-color: rgb(249,148,217); }

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

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

 span { border-color: rgb(249,148,217); }

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