Shades of Lavender Rose #F398EA
Tints of Lavender Rose #F398EA
RGB
CMYK
RGB Variations
Color information
#F398EA (or 0xF398EA) is known color: Lavender Rose. HEX triplet: F3, 98 and EA. RGB value is (243,152,234). Sum of RGB (Red+Green+Blue) = 243+152+234=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 152 (59.77% from 255 or 24.17% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F398EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F398EA is #0C6715. Grayscale: #BCBCBC. Windows color (decimal): -812822 or 15374579. OLE color: 15374579.
HSL color Cylindrical-coordinate representation of color #F398EA: hue angle of 305.93º degrees, saturation: 0.79, 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 #F398EA is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 234 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.05 |
| HSL | 305.93º | 0.79% | 0.77% | - |
| HSV(B) | 305.93º | 0.37% | 0.95% | - |
| XYZ | 63.04 | 47.45 | 83.68 | - |
| YUV | 188.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 234 | 0 | 0.37 | 0.04 | 0.05 | 305.93 | 0.79 | 0.77 |
| Hex | F3 | 98 | EA | 0 | 25 | 4 | 5 | 132 | 4F | 4D |
| Octal | 363 | 230 | 352 | 0 | 45 | 4 | 5 | 462 | 117 | 115 |
| Binary | 11110011 | 10011000 | 11101010 | 0 | 100101 | 100 | 101 | 100110010 | 1001111 | 1001101 |
Color Harmonies of #F398EA
Complementary color
Monochromatic Colors of #F398EA
Black with #F398EA
Text Example
Text Example
White with #F398EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398EA; }
p { color: rgb(243,152,234); }
H1.HeaderClassName
{
color: #F398EA;
}
.AnyTagClassName
{
color: #F398EA;
}
</style>
background-color css
<style>
a { background-color: #F398EA; }
a { background-color: rgb(243,152,234); }
div.DivClassName
{
background-color: #F398EA;
}
.BgClassName
{
background-color: #F398EA;
}
</style>
border-color css
<style>
span { border-color: #F398EA; }
span { border-color: rgb(243,152,234); }
td.TdClassName
{
border-color: #F398EA;
}
.TagClassName
{
border-color: #F398EA;
}
</style>