Shades of Brilliant Rose #F55B9C
Tints of Brilliant Rose #F55B9C
RGB
CMYK
RGB Variations
Color information
#F55B9C (or 0xF55B9C) is known color: Brilliant Rose. HEX triplet: F5, 5B and 9C. RGB value is (245,91,156). Sum of RGB (Red+Green+Blue) = 245+91+156=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55B9C is #0AA463. Grayscale: #909090. Windows color (decimal): -697444 or 10247157. OLE color: 10247157.
HSL color Cylindrical-coordinate representation of color #F55B9C: hue angle of 334.68º 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 #F55B9C is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 156 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.04 |
| HSL | 334.68º | 0.89% | 0.66% | - |
| HSV(B) | 334.68º | 0.63% | 0.96% | - |
| XYZ | 47.4 | 29.29 | 34.61 | - |
| YUV | 144.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 156 | 0 | 0.63 | 0.36 | 0.04 | 334.68 | 0.89 | 0.66 |
| Hex | F5 | 5B | 9C | 0 | 3F | 24 | 4 | 14F | 59 | 42 |
| Octal | 365 | 133 | 234 | 0 | 77 | 44 | 4 | 517 | 131 | 102 |
| Binary | 11110101 | 1011011 | 10011100 | 0 | 111111 | 100100 | 100 | 101001111 | 1011001 | 1000010 |
Color Harmonies of #F55B9C
Complementary color
Monochromatic Colors of #F55B9C
Black with #F55B9C
Text Example
Text Example
White with #F55B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55B9C; }
p { color: rgb(245,91,156); }
H1.HeaderClassName
{
color: #F55B9C;
}
.AnyTagClassName
{
color: #F55B9C;
}
</style>
background-color css
<style>
a { background-color: #F55B9C; }
a { background-color: rgb(245,91,156); }
div.DivClassName
{
background-color: #F55B9C;
}
.BgClassName
{
background-color: #F55B9C;
}
</style>
border-color css
<style>
span { border-color: #F55B9C; }
span { border-color: rgb(245,91,156); }
td.TdClassName
{
border-color: #F55B9C;
}
.TagClassName
{
border-color: #F55B9C;
}
</style>