#f29fe9

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

Shades of Lavender Rose #F29FE9

Tints of Lavender Rose #F29FE9

Color information

#F29FE9 (or 0xF29FE9) is unknown color: approx Lavender Rose. HEX triplet: F2, 9F and E9. RGB value is (242,159,233). Sum of RGB (Red+Green+Blue) = 242+159+233=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FE9 is #0D6016. Grayscale: #C0C0C0. Windows color (decimal): -876567 or 15310834. OLE color: 15310834.

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

Color convert

RGB242159233-
CMYK00.340.040.05
HSL306.51º76.15%78.63%-
HSV(B)306.51º34.3%94.9%-
XYZ63.7249.5683.3-
YUV192.25151163.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.17%
GREEN value IS 159 (62.5% from 255) = 25.08%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=38.17%
G=25.08%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215923300.340.040.05306.5176.1578.63
HexF29FE9022451334c4f
Octal36223735104245463114117
Binary111100101001111111101001010001010010110011001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29fe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29fe9; }

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

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

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

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

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

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

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

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