#F299E1

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

Shades of Lavender Rose #F299E1

Tints of Lavender Rose #F299E1

Color information

#F299E1 (or 0xF299E1) is unknown color: approx Lavender Rose. HEX triplet: F2, 99 and E1. RGB value is (242,153,225). Sum of RGB (Red+Green+Blue) = 242+153+225=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F299E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299E1 is #0D661E. Grayscale: #BBBBBB. Windows color (decimal): -878111 or 14785010. OLE color: 14785010.

HSL color Cylindrical-coordinate representation of color #F299E1: hue angle of 311.46º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299E1 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB242153225-
CMYK00.370.070.05
HSL311.46º77.39%77.45%-
HSV(B)311.46º36.78%94.9%-
XYZ61.647.177.08-
YUV187.82148.99166.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 153 (60.16% from 255) = 24.68%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=39.03%
G=24.68%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215322500.370.070.05311.4677.3977.45
HexF299E1025751374d4d
Octal36223134104575467115115
Binary111100101001100111100001010010111110110011011110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299E1; }

 p { color: rgb(242,153,225); }

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

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

 a { background-color: rgb(242,153,225); }

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

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

 span { border-color: rgb(242,153,225); }

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