#F992E1

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

Shades of Lavender Rose #F992E1

Tints of Lavender Rose #F992E1

Color information

#F992E1 (or 0xF992E1) is unknown color: approx Lavender Rose. HEX triplet: F9, 92 and E1. RGB value is (249,146,225). Sum of RGB (Red+Green+Blue) = 249+146+225=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F992E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992E1 is #066D1E. Grayscale: #B9B9B9. Windows color (decimal): -421151 or 14783225. OLE color: 14783225.

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

Color convert

RGB249146225-
CMYK00.410.100.02
HSL313.98º89.57%77.45%-
HSV(B)313.98º41.37%97.65%-
XYZ62.9446.1376.82-
YUV185.8150.12173.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.16%
GREEN value IS 146 (57.42% from 255) = 23.55%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=40.16%
G=23.55%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914622500.410.100.02313.9889.5777.45
HexF992E1029A213a5a4d
Octal371222341051122472132115
Binary111110011001001011100001010100110101010011101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992E1; }

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

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

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

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

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

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

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

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