Shades of Lavender Rose #F39FE5
Tints of Lavender Rose #F39FE5
RGB
CMYK
RGB Variations
Color information
#F39FE5 (or 0xF39FE5) is known color: Lavender Rose. HEX triplet: F3, 9F and E5. RGB value is (243,159,229). Sum of RGB (Red+Green+Blue) = 243+159+229=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F39FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39FE5 is #0C601A. Grayscale: #BFBFBF. Windows color (decimal): -811035 or 15048691. OLE color: 15048691.
HSL color Cylindrical-coordinate representation of color #F39FE5: hue angle of 310º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F39FE5 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 159 | 229 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.05 |
| HSL | 310º | 0.78% | 0.79% | - |
| HSV(B) | 310º | 0.35% | 0.95% | - |
| XYZ | 63.5 | 49.51 | 80.34 | - |
| YUV | 192.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 159 | 229 | 0 | 0.35 | 0.06 | 0.05 | 310 | 0.78 | 0.79 |
| Hex | F3 | 9F | E5 | 0 | 23 | 6 | 5 | 136 | 4E | 4F |
| Octal | 363 | 237 | 345 | 0 | 43 | 6 | 5 | 466 | 116 | 117 |
| Binary | 11110011 | 10011111 | 11100101 | 0 | 100011 | 110 | 101 | 100110110 | 1001110 | 1001111 |
Color Harmonies of #F39FE5
Complementary color
Monochromatic Colors of #F39FE5
Black with #F39FE5
Text Example
Text Example
White with #F39FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39FE5; }
p { color: rgb(243,159,229); }
H1.HeaderClassName
{
color: #F39FE5;
}
.AnyTagClassName
{
color: #F39FE5;
}
</style>
background-color css
<style>
a { background-color: #F39FE5; }
a { background-color: rgb(243,159,229); }
div.DivClassName
{
background-color: #F39FE5;
}
.BgClassName
{
background-color: #F39FE5;
}
</style>
border-color css
<style>
span { border-color: #F39FE5; }
span { border-color: rgb(243,159,229); }
td.TdClassName
{
border-color: #F39FE5;
}
.TagClassName
{
border-color: #F39FE5;
}
</style>