Shades of Brilliant Rose #F0559D
Tints of Brilliant Rose #F0559D
RGB
CMYK
RGB Variations
Color information
#F0559D (or 0xF0559D) is known color: Brilliant Rose. HEX triplet: F0, 55 and 9D. RGB value is (240,85,157). Sum of RGB (Red+Green+Blue) = 240+85+157=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0559D is #0FAA62. Grayscale: #8B8B8B. Windows color (decimal): -1026659 or 10311152. OLE color: 10311152.
HSL color Cylindrical-coordinate representation of color #F0559D: hue angle of 332.13º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0559D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 157 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.06 |
| HSL | 332.13º | 0.84% | 0.64% | - |
| HSV(B) | 332.13º | 0.65% | 0.94% | - |
| XYZ | 45.27 | 27.46 | 34.81 | - |
| YUV | 139.55 | 137.85 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 157 | 0 | 0.65 | 0.35 | 0.06 | 332.13 | 0.84 | 0.64 |
| Hex | F0 | 55 | 9D | 0 | 41 | 23 | 6 | 14C | 54 | 40 |
| Octal | 360 | 125 | 235 | 0 | 101 | 43 | 6 | 514 | 124 | 100 |
| Binary | 11110000 | 1010101 | 10011101 | 0 | 1000001 | 100011 | 110 | 101001100 | 1010100 | 1000000 |
Color Harmonies of #F0559D
Complementary color
Monochromatic Colors of #F0559D
Black with #F0559D
Text Example
Text Example
White with #F0559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0559D; }
p { color: rgb(240,85,157); }
H1.HeaderClassName
{
color: #F0559D;
}
.AnyTagClassName
{
color: #F0559D;
}
</style>
background-color css
<style>
a { background-color: #F0559D; }
a { background-color: rgb(240,85,157); }
div.DivClassName
{
background-color: #F0559D;
}
.BgClassName
{
background-color: #F0559D;
}
</style>
border-color css
<style>
span { border-color: #F0559D; }
span { border-color: rgb(240,85,157); }
td.TdClassName
{
border-color: #F0559D;
}
.TagClassName
{
border-color: #F0559D;
}
</style>