Shades of Lavender Pink #F59AD0
Tints of Lavender Pink #F59AD0
RGB
CMYK
RGB Variations
Color information
#F59AD0 (or 0xF59AD0) is known color: Lavender Pink. HEX triplet: F5, 9A and D0. RGB value is (245,154,208). Sum of RGB (Red+Green+Blue) = 245+154+208=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59AD0 is #0A652F. Grayscale: #BBBBBB. Windows color (decimal): -681264 or 13671157. OLE color: 13671157.
HSL color Cylindrical-coordinate representation of color #F59AD0: hue angle of 324.4º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59AD0 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 208 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.04 |
| HSL | 324.4º | 0.82% | 0.78% | - |
| HSV(B) | 324.4º | 0.37% | 0.96% | - |
| XYZ | 60.6 | 47.08 | 65.57 | - |
| YUV | 187.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 208 | 0 | 0.37 | 0.15 | 0.04 | 324.4 | 0.82 | 0.78 |
| Hex | F5 | 9A | D0 | 0 | 25 | F | 4 | 144 | 52 | 4E |
| Octal | 365 | 232 | 320 | 0 | 45 | 17 | 4 | 504 | 122 | 116 |
| Binary | 11110101 | 10011010 | 11010000 | 0 | 100101 | 1111 | 100 | 101000100 | 1010010 | 1001110 |
Color Harmonies of #F59AD0
Complementary color
Monochromatic Colors of #F59AD0
Black with #F59AD0
Text Example
Text Example
White with #F59AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59AD0; }
p { color: rgb(245,154,208); }
H1.HeaderClassName
{
color: #F59AD0;
}
.AnyTagClassName
{
color: #F59AD0;
}
</style>
background-color css
<style>
a { background-color: #F59AD0; }
a { background-color: rgb(245,154,208); }
div.DivClassName
{
background-color: #F59AD0;
}
.BgClassName
{
background-color: #F59AD0;
}
</style>
border-color css
<style>
span { border-color: #F59AD0; }
span { border-color: rgb(245,154,208); }
td.TdClassName
{
border-color: #F59AD0;
}
.TagClassName
{
border-color: #F59AD0;
}
</style>