Shades of Brilliant Rose #F55A9F
Tints of Brilliant Rose #F55A9F
RGB
CMYK
RGB Variations
Color information
#F55A9F (or 0xF55A9F) is known color: Brilliant Rose. HEX triplet: F5, 5A and 9F. RGB value is (245,90,159). Sum of RGB (Red+Green+Blue) = 245+90+159=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55A9F is #0AA560. Grayscale: #909090. Windows color (decimal): -697697 or 10443509. OLE color: 10443509.
HSL color Cylindrical-coordinate representation of color #F55A9F: hue angle of 333.29º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55A9F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 159 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.04 |
| HSL | 333.29º | 0.89% | 0.66% | - |
| HSV(B) | 333.29º | 0.63% | 0.96% | - |
| XYZ | 47.57 | 29.23 | 35.94 | - |
| YUV | 144.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 159 | 0 | 0.63 | 0.35 | 0.04 | 333.29 | 0.89 | 0.66 |
| Hex | F5 | 5A | 9F | 0 | 3F | 23 | 4 | 14D | 59 | 42 |
| Octal | 365 | 132 | 237 | 0 | 77 | 43 | 4 | 515 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10011111 | 0 | 111111 | 100011 | 100 | 101001101 | 1011001 | 1000010 |
Color Harmonies of #F55A9F
Complementary color
Monochromatic Colors of #F55A9F
Black with #F55A9F
Text Example
Text Example
White with #F55A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A9F; }
p { color: rgb(245,90,159); }
H1.HeaderClassName
{
color: #F55A9F;
}
.AnyTagClassName
{
color: #F55A9F;
}
</style>
background-color css
<style>
a { background-color: #F55A9F; }
a { background-color: rgb(245,90,159); }
div.DivClassName
{
background-color: #F55A9F;
}
.BgClassName
{
background-color: #F55A9F;
}
</style>
border-color css
<style>
span { border-color: #F55A9F; }
span { border-color: rgb(245,90,159); }
td.TdClassName
{
border-color: #F55A9F;
}
.TagClassName
{
border-color: #F55A9F;
}
</style>