Shades of Brilliant Rose #F9569E
Tints of Brilliant Rose #F9569E
RGB
CMYK
RGB Variations
Color information
#F9569E (or 0xF9569E) is known color: Brilliant Rose. HEX triplet: F9, 56 and 9E. RGB value is (249,86,158). Sum of RGB (Red+Green+Blue) = 249+86+158=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9569E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9569E is #06A961. Grayscale: #8E8E8E. Windows color (decimal): -436578 or 10376953. OLE color: 10376953.
HSL color Cylindrical-coordinate representation of color #F9569E: hue angle of 333.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9569E is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 158 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.02 |
| HSL | 333.5º | 0.93% | 0.66% | - |
| HSV(B) | 333.5º | 0.65% | 0.98% | - |
| XYZ | 48.57 | 29.26 | 35.44 | - |
| YUV | 142.95 | 136.5 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 158 | 0 | 0.65 | 0.37 | 0.02 | 333.5 | 0.93 | 0.66 |
| Hex | F9 | 56 | 9E | 0 | 41 | 25 | 2 | 14D | 5D | 42 |
| Octal | 371 | 126 | 236 | 0 | 101 | 45 | 2 | 515 | 135 | 102 |
| Binary | 11111001 | 1010110 | 10011110 | 0 | 1000001 | 100101 | 10 | 101001101 | 1011101 | 1000010 |
Color Harmonies of #F9569E
Complementary color
Monochromatic Colors of #F9569E
Black with #F9569E
Text Example
Text Example
White with #F9569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9569E; }
p { color: rgb(249,86,158); }
H1.HeaderClassName
{
color: #F9569E;
}
.AnyTagClassName
{
color: #F9569E;
}
</style>
background-color css
<style>
a { background-color: #F9569E; }
a { background-color: rgb(249,86,158); }
div.DivClassName
{
background-color: #F9569E;
}
.BgClassName
{
background-color: #F9569E;
}
</style>
border-color css
<style>
span { border-color: #F9569E; }
span { border-color: rgb(249,86,158); }
td.TdClassName
{
border-color: #F9569E;
}
.TagClassName
{
border-color: #F9569E;
}
</style>