Shades of Brilliant Rose #FF569F
Tints of Brilliant Rose #FF569F
RGB
CMYK
RGB Variations
Color information
#FF569F (or 0xFF569F) is known color: Brilliant Rose. HEX triplet: FF, 56 and 9F. RGB value is (255,86,159). Sum of RGB (Red+Green+Blue) = 255+86+159=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF569F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF569F is #00A960. Grayscale: #909090. Windows color (decimal): -43361 or 10442495. OLE color: 10442495.
HSL color Cylindrical-coordinate representation of color #FF569F: hue angle of 334.08º 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 #FF569F is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 159 | - |
| CMYK | 0 | 0.66 | 0.38 | 0 |
| HSL | 334.08º | 1% | 0.67% | - |
| HSV(B) | 334.08º | 0.66% | 1% | - |
| XYZ | 50.83 | 30.42 | 35.99 | - |
| YUV | 144.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 159 | 0 | 0.66 | 0.38 | 0 | 334.08 | 1 | 0.67 |
| Hex | FF | 56 | 9F | 0 | 42 | 26 | 0 | 14E | 64 | 43 |
| Octal | 377 | 126 | 237 | 0 | 102 | 46 | 0 | 516 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10011111 | 0 | 1000010 | 100110 | 0 | 101001110 | 1100100 | 1000011 |
Color Harmonies of #FF569F
Complementary color
Monochromatic Colors of #FF569F
Black with #FF569F
Text Example
Text Example
White with #FF569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF569F; }
p { color: rgb(255,86,159); }
H1.HeaderClassName
{
color: #FF569F;
}
.AnyTagClassName
{
color: #FF569F;
}
</style>
background-color css
<style>
a { background-color: #FF569F; }
a { background-color: rgb(255,86,159); }
div.DivClassName
{
background-color: #FF569F;
}
.BgClassName
{
background-color: #FF569F;
}
</style>
border-color css
<style>
span { border-color: #FF569F; }
span { border-color: rgb(255,86,159); }
td.TdClassName
{
border-color: #FF569F;
}
.TagClassName
{
border-color: #FF569F;
}
</style>