#F992D5

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

Shades of Lavender Rose #F992D5

Tints of Lavender Rose #F992D5

Color information

#F992D5 (or 0xF992D5) is unknown color: approx Lavender Rose. HEX triplet: F9, 92 and D5. RGB value is (249,146,213). Sum of RGB (Red+Green+Blue) = 249+146+213=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F992D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992D5 is #066D2A. Grayscale: #B8B8B8. Windows color (decimal): -421163 or 13996793. OLE color: 13996793.

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

Color convert

RGB249146213-
CMYK00.410.140.02
HSL320.97º89.57%77.45%-
HSV(B)320.97º41.37%97.65%-
XYZ61.3645.568.5-
YUV184.44144.12174.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 146 (57.42% from 255) = 24.01%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=40.95%
G=24.01%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914621300.410.140.02320.9789.5777.45
HexF992D5029E21415a4d
Octal371222325051162501132115
Binary111110011001001011010101010100111101010100000110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992D5; }

 p { color: rgb(249,146,213); }

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

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

 a { background-color: rgb(249,146,213); }

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

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

 span { border-color: rgb(249,146,213); }

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