Shades of Brilliant Rose #F55C9F
Tints of Brilliant Rose #F55C9F
RGB
CMYK
RGB Variations
Color information
#F55C9F (or 0xF55C9F) is known color: Brilliant Rose. HEX triplet: F5, 5C and 9F. RGB value is (245,92,159). Sum of RGB (Red+Green+Blue) = 245+92+159=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55C9F is #0AA360. Grayscale: #919191. Windows color (decimal): -697185 or 10444021. OLE color: 10444021.
HSL color Cylindrical-coordinate representation of color #F55C9F: hue angle of 333.73º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55C9F is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 159 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.04 |
| HSL | 333.73º | 0.88% | 0.66% | - |
| HSV(B) | 333.73º | 0.62% | 0.96% | - |
| XYZ | 47.74 | 29.57 | 35.99 | - |
| YUV | 145.39 | 135.69 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 159 | 0 | 0.62 | 0.35 | 0.04 | 333.73 | 0.88 | 0.66 |
| Hex | F5 | 5C | 9F | 0 | 3E | 23 | 4 | 14E | 58 | 42 |
| Octal | 365 | 134 | 237 | 0 | 76 | 43 | 4 | 516 | 130 | 102 |
| Binary | 11110101 | 1011100 | 10011111 | 0 | 111110 | 100011 | 100 | 101001110 | 1011000 | 1000010 |
Color Harmonies of #F55C9F
Complementary color
Monochromatic Colors of #F55C9F
Black with #F55C9F
Text Example
Text Example
White with #F55C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C9F; }
p { color: rgb(245,92,159); }
H1.HeaderClassName
{
color: #F55C9F;
}
.AnyTagClassName
{
color: #F55C9F;
}
</style>
background-color css
<style>
a { background-color: #F55C9F; }
a { background-color: rgb(245,92,159); }
div.DivClassName
{
background-color: #F55C9F;
}
.BgClassName
{
background-color: #F55C9F;
}
</style>
border-color css
<style>
span { border-color: #F55C9F; }
span { border-color: rgb(245,92,159); }
td.TdClassName
{
border-color: #F55C9F;
}
.TagClassName
{
border-color: #F55C9F;
}
</style>