Shades of Brilliant Rose #F0569B
Tints of Brilliant Rose #F0569B
RGB
CMYK
RGB Variations
Color information
#F0569B (or 0xF0569B) is known color: Brilliant Rose. HEX triplet: F0, 56 and 9B. RGB value is (240,86,155). Sum of RGB (Red+Green+Blue) = 240+86+155=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0569B is #0FA964. Grayscale: #8B8B8B. Windows color (decimal): -1026405 or 10180336. OLE color: 10180336.
HSL color Cylindrical-coordinate representation of color #F0569B: hue angle of 333.12º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0569B is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 155 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.06 |
| HSL | 333.12º | 0.84% | 0.64% | - |
| HSV(B) | 333.12º | 0.64% | 0.94% | - |
| XYZ | 45.18 | 27.55 | 33.95 | - |
| YUV | 139.91 | 136.52 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 155 | 0 | 0.64 | 0.35 | 0.06 | 333.12 | 0.84 | 0.64 |
| Hex | F0 | 56 | 9B | 0 | 40 | 23 | 6 | 14D | 54 | 40 |
| Octal | 360 | 126 | 233 | 0 | 100 | 43 | 6 | 515 | 124 | 100 |
| Binary | 11110000 | 1010110 | 10011011 | 0 | 1000000 | 100011 | 110 | 101001101 | 1010100 | 1000000 |
Color Harmonies of #F0569B
Complementary color
Monochromatic Colors of #F0569B
Black with #F0569B
Text Example
Text Example
White with #F0569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0569B; }
p { color: rgb(240,86,155); }
H1.HeaderClassName
{
color: #F0569B;
}
.AnyTagClassName
{
color: #F0569B;
}
</style>
background-color css
<style>
a { background-color: #F0569B; }
a { background-color: rgb(240,86,155); }
div.DivClassName
{
background-color: #F0569B;
}
.BgClassName
{
background-color: #F0569B;
}
</style>
border-color css
<style>
span { border-color: #F0569B; }
span { border-color: rgb(240,86,155); }
td.TdClassName
{
border-color: #F0569B;
}
.TagClassName
{
border-color: #F0569B;
}
</style>