Shades of Brilliant Rose #FF569D
Tints of Brilliant Rose #FF569D
RGB
CMYK
RGB Variations
Color information
#FF569D (or 0xFF569D) is known color: Brilliant Rose. HEX triplet: FF, 56 and 9D. RGB value is (255,86,157). Sum of RGB (Red+Green+Blue) = 255+86+157=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF569D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF569D is #00A962. Grayscale: #909090. Windows color (decimal): -43363 or 10311423. OLE color: 10311423.
HSL color Cylindrical-coordinate representation of color #FF569D: hue angle of 334.79º 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 #FF569D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 157 | - |
| CMYK | 0 | 0.66 | 0.38 | 0 |
| HSL | 334.79º | 1% | 0.67% | - |
| HSV(B) | 334.79º | 0.66% | 1% | - |
| XYZ | 50.65 | 30.35 | 35.09 | - |
| YUV | 144.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 157 | 0 | 0.66 | 0.38 | 0 | 334.79 | 1 | 0.67 |
| Hex | FF | 56 | 9D | 0 | 42 | 26 | 0 | 14F | 64 | 43 |
| Octal | 377 | 126 | 235 | 0 | 102 | 46 | 0 | 517 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10011101 | 0 | 1000010 | 100110 | 0 | 101001111 | 1100100 | 1000011 |
Color Harmonies of #FF569D
Complementary color
Monochromatic Colors of #FF569D
Black with #FF569D
Text Example
Text Example
White with #FF569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF569D; }
p { color: rgb(255,86,157); }
H1.HeaderClassName
{
color: #FF569D;
}
.AnyTagClassName
{
color: #FF569D;
}
</style>
background-color css
<style>
a { background-color: #FF569D; }
a { background-color: rgb(255,86,157); }
div.DivClassName
{
background-color: #FF569D;
}
.BgClassName
{
background-color: #FF569D;
}
</style>
border-color css
<style>
span { border-color: #FF569D; }
span { border-color: rgb(255,86,157); }
td.TdClassName
{
border-color: #FF569D;
}
.TagClassName
{
border-color: #FF569D;
}
</style>