Shades of Lavender Rose #F398E1
Tints of Lavender Rose #F398E1
RGB
CMYK
RGB Variations
Color information
#F398E1 (or 0xF398E1) is known color: Lavender Rose. HEX triplet: F3, 98 and E1. RGB value is (243,152,225). Sum of RGB (Red+Green+Blue) = 243+152+225=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F398E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398E1 is #0C671E. Grayscale: #BBBBBB. Windows color (decimal): -812831 or 14784755. OLE color: 14784755.
HSL color Cylindrical-coordinate representation of color #F398E1: hue angle of 311.87º 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 #F398E1 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 225 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.05 |
| HSL | 311.87º | 0.79% | 0.77% | - |
| HSV(B) | 311.87º | 0.37% | 0.95% | - |
| XYZ | 61.78 | 46.95 | 77.04 | - |
| YUV | 187.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 225 | 0 | 0.37 | 0.07 | 0.05 | 311.87 | 0.79 | 0.77 |
| Hex | F3 | 98 | E1 | 0 | 25 | 7 | 5 | 138 | 4F | 4D |
| Octal | 363 | 230 | 341 | 0 | 45 | 7 | 5 | 470 | 117 | 115 |
| Binary | 11110011 | 10011000 | 11100001 | 0 | 100101 | 111 | 101 | 100111000 | 1001111 | 1001101 |
Color Harmonies of #F398E1
Complementary color
Monochromatic Colors of #F398E1
Black with #F398E1
Text Example
Text Example
White with #F398E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398E1; }
p { color: rgb(243,152,225); }
H1.HeaderClassName
{
color: #F398E1;
}
.AnyTagClassName
{
color: #F398E1;
}
</style>
background-color css
<style>
a { background-color: #F398E1; }
a { background-color: rgb(243,152,225); }
div.DivClassName
{
background-color: #F398E1;
}
.BgClassName
{
background-color: #F398E1;
}
</style>
border-color css
<style>
span { border-color: #F398E1; }
span { border-color: rgb(243,152,225); }
td.TdClassName
{
border-color: #F398E1;
}
.TagClassName
{
border-color: #F398E1;
}
</style>