#F99FEA

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

Shades of Lavender Rose #F99FEA

Tints of Lavender Rose #F99FEA

Color information

#F99FEA (or 0xF99FEA) is unknown color: approx Lavender Rose. HEX triplet: F9, 9F and EA. RGB value is (249,159,234). Sum of RGB (Red+Green+Blue) = 249+159+234=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99FEA is #066015. Grayscale: #C2C2C2. Windows color (decimal): -417814 or 15376377. OLE color: 15376377.

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

Color convert

RGB249159234-
CMYK00.360.060.02
HSL310º88.24%80%-
HSV(B)310º36.14%97.65%-
XYZ66.3250.8884.17-
YUV194.46150.32166.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.79%
GREEN value IS 159 (62.5% from 255) = 24.77%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=38.79%
G=24.77%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915923400.360.060.0231088.2480
HexF99FEA024621365850
Octal37123735204462466130120
Binary11111001100111111110101001001001101010011011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99FEA; }

 p { color: rgb(249,159,234); }

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

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

 a { background-color: rgb(249,159,234); }

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

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

 span { border-color: rgb(249,159,234); }

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