#F99DF4

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

Shades of Lavender Rose #F99DF4

Tints of Lavender Rose #F99DF4

Color information

#F99DF4 (or 0xF99DF4) is unknown color: approx Lavender Rose. HEX triplet: F9, 9D and F4. RGB value is (249,157,244). Sum of RGB (Red+Green+Blue) = 249+157+244=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 157 (61.72% from 255 or 24.15% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99DF4 is #06620B. Grayscale: #C2C2C2. Windows color (decimal): -418316 or 16031225. OLE color: 16031225.

HSL color Cylindrical-coordinate representation of color #F99DF4: hue angle of 303.26º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99DF4 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB249157244-
CMYK00.370.020.02
HSL303.26º88.46%79.61%-
HSV(B)303.26º36.95%97.65%-
XYZ67.4550.7991.84-
YUV194.43155.98166.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.31%
GREEN value IS 157 (61.72% from 255) = 24.15%
BLUE value IS 244 (95.70% from 255) = 37.54%
R=38.31%
G=24.15%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915724400.370.020.02303.2688.4679.61
HexF99DF40252212f5850
Octal37123536404522457130120
Binary1111100110011101111101000100101101010010111110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99DF4; }

 p { color: rgb(249,157,244); }

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

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

 a { background-color: rgb(249,157,244); }

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

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

 span { border-color: rgb(249,157,244); }

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