#F296E9

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

Shades of Lavender Rose #F296E9

Tints of Lavender Rose #F296E9

Color information

#F296E9 (or 0xF296E9) is unknown color: approx Lavender Rose. HEX triplet: F2, 96 and E9. RGB value is (242,150,233). Sum of RGB (Red+Green+Blue) = 242+150+233=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F296E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296E9 is #0D6916. Grayscale: #BABABA. Windows color (decimal): -878871 or 15308530. OLE color: 15308530.

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

Color convert

RGB242150233-
CMYK00.380.040.05
HSL305.87º77.97%76.86%-
HSV(B)305.87º38.02%94.9%-
XYZ62.2346.5782.8-
YUV186.97153.98167.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 150 (58.98% from 255) = 24%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=38.72%
G=24%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215023300.380.040.05305.8777.9776.86
HexF296E9026451324e4d
Octal36222635104645462116115
Binary111100101001011011101001010011010010110011001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296E9; }

 p { color: rgb(242,150,233); }

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

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

 a { background-color: rgb(242,150,233); }

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

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

 span { border-color: rgb(242,150,233); }

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