Shades of Lavender Rose #F598EA
Tints of Lavender Rose #F598EA
RGB
CMYK
RGB Variations
Color information
#F598EA (or 0xF598EA) is known color: Lavender Rose. HEX triplet: F5, 98 and EA. RGB value is (245,152,234). Sum of RGB (Red+Green+Blue) = 245+152+234=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 152 (59.77% from 255 or 24.09% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F598EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F598EA is #0A6715. Grayscale: #BCBCBC. Windows color (decimal): -681750 or 15374581. OLE color: 15374581.
HSL color Cylindrical-coordinate representation of color #F598EA: hue angle of 307.1º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F598EA is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 234 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.04 |
| HSL | 307.1º | 0.82% | 0.78% | - |
| HSV(B) | 307.1º | 0.38% | 0.96% | - |
| XYZ | 63.74 | 47.81 | 83.71 | - |
| YUV | 189.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 234 | 0 | 0.38 | 0.04 | 0.04 | 307.1 | 0.82 | 0.78 |
| Hex | F5 | 98 | EA | 0 | 26 | 4 | 4 | 133 | 52 | 4E |
| Octal | 365 | 230 | 352 | 0 | 46 | 4 | 4 | 463 | 122 | 116 |
| Binary | 11110101 | 10011000 | 11101010 | 0 | 100110 | 100 | 100 | 100110011 | 1010010 | 1001110 |
Color Harmonies of #F598EA
Complementary color
Monochromatic Colors of #F598EA
Black with #F598EA
Text Example
Text Example
White with #F598EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F598EA; }
p { color: rgb(245,152,234); }
H1.HeaderClassName
{
color: #F598EA;
}
.AnyTagClassName
{
color: #F598EA;
}
</style>
background-color css
<style>
a { background-color: #F598EA; }
a { background-color: rgb(245,152,234); }
div.DivClassName
{
background-color: #F598EA;
}
.BgClassName
{
background-color: #F598EA;
}
</style>
border-color css
<style>
span { border-color: #F598EA; }
span { border-color: rgb(245,152,234); }
td.TdClassName
{
border-color: #F598EA;
}
.TagClassName
{
border-color: #F598EA;
}
</style>