Shades of Brilliant Rose #FF569A
Tints of Brilliant Rose #FF569A
RGB
CMYK
RGB Variations
Color information
#FF569A (or 0xFF569A) is known color: Brilliant Rose. HEX triplet: FF, 56 and 9A. RGB value is (255,86,154). Sum of RGB (Red+Green+Blue) = 255+86+154=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF569A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF569A is #00A965. Grayscale: #909090. Windows color (decimal): -43366 or 10114815. OLE color: 10114815.
HSL color Cylindrical-coordinate representation of color #FF569A: hue angle of 335.86º 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 #FF569A is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 154 | - |
| CMYK | 0 | 0.66 | 0.40 | 0 |
| HSL | 335.86º | 1% | 0.67% | - |
| HSV(B) | 335.86º | 0.66% | 1% | - |
| XYZ | 50.4 | 30.25 | 33.75 | - |
| YUV | 144.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 154 | 0 | 0.66 | 0.40 | 0 | 335.86 | 1 | 0.67 |
| Hex | FF | 56 | 9A | 0 | 42 | 28 | 0 | 150 | 64 | 43 |
| Octal | 377 | 126 | 232 | 0 | 102 | 50 | 0 | 520 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10011010 | 0 | 1000010 | 101000 | 0 | 101010000 | 1100100 | 1000011 |
Color Harmonies of #FF569A
Complementary color
Monochromatic Colors of #FF569A
Black with #FF569A
Text Example
Text Example
White with #FF569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF569A; }
p { color: rgb(255,86,154); }
H1.HeaderClassName
{
color: #FF569A;
}
.AnyTagClassName
{
color: #FF569A;
}
</style>
background-color css
<style>
a { background-color: #FF569A; }
a { background-color: rgb(255,86,154); }
div.DivClassName
{
background-color: #FF569A;
}
.BgClassName
{
background-color: #FF569A;
}
</style>
border-color css
<style>
span { border-color: #FF569A; }
span { border-color: rgb(255,86,154); }
td.TdClassName
{
border-color: #FF569A;
}
.TagClassName
{
border-color: #FF569A;
}
</style>