#F994DA

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

Shades of Lavender Rose #F994DA

Tints of Lavender Rose #F994DA

Color information

#F994DA (or 0xF994DA) is unknown color: approx Lavender Rose. HEX triplet: F9, 94 and DA. RGB value is (249,148,218). Sum of RGB (Red+Green+Blue) = 249+148+218=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F994DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994DA is #066B25. Grayscale: #B9B9B9. Windows color (decimal): -420646 or 14324985. OLE color: 14324985.

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

Color convert

RGB249148218-
CMYK00.410.120.02
HSL318.42º89.38%77.84%-
HSV(B)318.42º40.56%97.65%-
XYZ62.3146.3872-
YUV186.18145.96172.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.49%
GREEN value IS 148 (58.20% from 255) = 24.07%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=40.49%
G=24.07%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914821800.410.120.02318.4289.3877.84
HexF994DA029C213e594e
Octal371224332051142476131116
Binary111110011001010011011010010100111001010011111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994DA; }

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

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

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

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

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

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

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

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