Shades of Brilliant Rose #FF569E
Tints of Brilliant Rose #FF569E
RGB
CMYK
RGB Variations
Color information
#FF569E (or 0xFF569E) is known color: Brilliant Rose. HEX triplet: FF, 56 and 9E. RGB value is (255,86,158). Sum of RGB (Red+Green+Blue) = 255+86+158=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF569E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF569E is #00A961. Grayscale: #909090. Windows color (decimal): -43362 or 10376959. OLE color: 10376959.
HSL color Cylindrical-coordinate representation of color #FF569E: hue angle of 334.44º 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 #FF569E is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 158 | - |
| CMYK | 0 | 0.66 | 0.38 | 0 |
| HSL | 334.44º | 1% | 0.67% | - |
| HSV(B) | 334.44º | 0.66% | 1% | - |
| XYZ | 50.74 | 30.38 | 35.54 | - |
| YUV | 144.74 | 135.49 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 158 | 0 | 0.66 | 0.38 | 0 | 334.44 | 1 | 0.67 |
| Hex | FF | 56 | 9E | 0 | 42 | 26 | 0 | 14E | 64 | 43 |
| Octal | 377 | 126 | 236 | 0 | 102 | 46 | 0 | 516 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10011110 | 0 | 1000010 | 100110 | 0 | 101001110 | 1100100 | 1000011 |
Color Harmonies of #FF569E
Complementary color
Monochromatic Colors of #FF569E
Black with #FF569E
Text Example
Text Example
White with #FF569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF569E; }
p { color: rgb(255,86,158); }
H1.HeaderClassName
{
color: #FF569E;
}
.AnyTagClassName
{
color: #FF569E;
}
</style>
background-color css
<style>
a { background-color: #FF569E; }
a { background-color: rgb(255,86,158); }
div.DivClassName
{
background-color: #FF569E;
}
.BgClassName
{
background-color: #FF569E;
}
</style>
border-color css
<style>
span { border-color: #FF569E; }
span { border-color: rgb(255,86,158); }
td.TdClassName
{
border-color: #FF569E;
}
.TagClassName
{
border-color: #FF569E;
}
</style>