Shades of Brilliant Rose #FF569B
Tints of Brilliant Rose #FF569B
RGB
CMYK
RGB Variations
Color information
#FF569B (or 0xFF569B) is known color: Brilliant Rose. HEX triplet: FF, 56 and 9B. RGB value is (255,86,155). Sum of RGB (Red+Green+Blue) = 255+86+155=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF569B is #00A964. Grayscale: #909090. Windows color (decimal): -43365 or 10180351. OLE color: 10180351.
HSL color Cylindrical-coordinate representation of color #FF569B: hue angle of 335.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF569B is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 155 | - |
| CMYK | 0 | 0.66 | 0.39 | 0 |
| HSL | 335.5º | 1% | 0.67% | - |
| HSV(B) | 335.5º | 0.66% | 1% | - |
| XYZ | 50.48 | 30.28 | 34.19 | - |
| YUV | 144.4 | 133.99 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 155 | 0 | 0.66 | 0.39 | 0 | 335.5 | 1 | 0.67 |
| Hex | FF | 56 | 9B | 0 | 42 | 27 | 0 | 150 | 64 | 43 |
| Octal | 377 | 126 | 233 | 0 | 102 | 47 | 0 | 520 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10011011 | 0 | 1000010 | 100111 | 0 | 101010000 | 1100100 | 1000011 |
Color Harmonies of #FF569B
Complementary color
Monochromatic Colors of #FF569B
Black with #FF569B
Text Example
Text Example
White with #FF569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF569B; }
p { color: rgb(255,86,155); }
H1.HeaderClassName
{
color: #FF569B;
}
.AnyTagClassName
{
color: #FF569B;
}
</style>
background-color css
<style>
a { background-color: #FF569B; }
a { background-color: rgb(255,86,155); }
div.DivClassName
{
background-color: #FF569B;
}
.BgClassName
{
background-color: #FF569B;
}
</style>
border-color css
<style>
span { border-color: #FF569B; }
span { border-color: rgb(255,86,155); }
td.TdClassName
{
border-color: #FF569B;
}
.TagClassName
{
border-color: #FF569B;
}
</style>