Shades of Lavender Rose #F399E8
Tints of Lavender Rose #F399E8
RGB
CMYK
RGB Variations
Color information
#F399E8 (or 0xF399E8) is known color: Lavender Rose. HEX triplet: F3, 99 and E8. RGB value is (243,153,232). Sum of RGB (Red+Green+Blue) = 243+153+232=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F399E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F399E8 is #0C6617. Grayscale: #BCBCBC. Windows color (decimal): -812568 or 15243763. OLE color: 15243763.
HSL color Cylindrical-coordinate representation of color #F399E8: hue angle of 307.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F399E8 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 232 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.05 |
| HSL | 307.33º | 0.79% | 0.78% | - |
| HSV(B) | 307.33º | 0.37% | 0.95% | - |
| XYZ | 62.92 | 47.66 | 82.23 | - |
| YUV | 188.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 232 | 0 | 0.37 | 0.05 | 0.05 | 307.33 | 0.79 | 0.78 |
| Hex | F3 | 99 | E8 | 0 | 25 | 5 | 5 | 133 | 4F | 4E |
| Octal | 363 | 231 | 350 | 0 | 45 | 5 | 5 | 463 | 117 | 116 |
| Binary | 11110011 | 10011001 | 11101000 | 0 | 100101 | 101 | 101 | 100110011 | 1001111 | 1001110 |
Color Harmonies of #F399E8
Complementary color
Monochromatic Colors of #F399E8
Black with #F399E8
Text Example
Text Example
White with #F399E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F399E8; }
p { color: rgb(243,153,232); }
H1.HeaderClassName
{
color: #F399E8;
}
.AnyTagClassName
{
color: #F399E8;
}
</style>
background-color css
<style>
a { background-color: #F399E8; }
a { background-color: rgb(243,153,232); }
div.DivClassName
{
background-color: #F399E8;
}
.BgClassName
{
background-color: #F399E8;
}
</style>
border-color css
<style>
span { border-color: #F399E8; }
span { border-color: rgb(243,153,232); }
td.TdClassName
{
border-color: #F399E8;
}
.TagClassName
{
border-color: #F399E8;
}
</style>