#F994D8

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

Shades of Lavender Rose #F994D8

Tints of Lavender Rose #F994D8

Color information

#F994D8 (or 0xF994D8) is unknown color: approx Lavender Rose. HEX triplet: F9, 94 and D8. RGB value is (249,148,216). Sum of RGB (Red+Green+Blue) = 249+148+216=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F994D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994D8 is #066B27. Grayscale: #B9B9B9. Windows color (decimal): -420648 or 14193913. OLE color: 14193913.

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

Color convert

RGB249148216-
CMYK00.410.130.02
HSL319.6º89.38%77.84%-
HSV(B)319.6º40.56%97.65%-
XYZ62.0546.2870.63-
YUV185.95144.96172.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 148 (58.20% from 255) = 24.14%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=40.62%
G=24.14%
B=35.24%

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
Decimal24914821600.410.130.02319.689.3877.84
HexF994D8029D2140594e
Octal371224330051152500131116
Binary111110011001010011011000010100111011010100000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994D8; }

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

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

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

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

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

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

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

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