Shades of Brilliant Rose #F955A8
Tints of Brilliant Rose #F955A8
RGB
CMYK
RGB Variations
Color information
#F955A8 (or 0xF955A8) is known color: Brilliant Rose. HEX triplet: F9, 55 and A8. RGB value is (249,85,168). Sum of RGB (Red+Green+Blue) = 249+85+168=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F955A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F955A8 is #06AA57. Grayscale: #8F8F8F. Windows color (decimal): -436824 or 11032057. OLE color: 11032057.
HSL color Cylindrical-coordinate representation of color #F955A8: hue angle of 329.63º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F955A8 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 168 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.02 |
| HSL | 329.63º | 0.93% | 0.65% | - |
| HSV(B) | 329.63º | 0.66% | 0.98% | - |
| XYZ | 49.38 | 29.46 | 40.13 | - |
| YUV | 143.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 168 | 0 | 0.66 | 0.33 | 0.02 | 329.63 | 0.93 | 0.65 |
| Hex | F9 | 55 | A8 | 0 | 42 | 21 | 2 | 14A | 5D | 41 |
| Octal | 371 | 125 | 250 | 0 | 102 | 41 | 2 | 512 | 135 | 101 |
| Binary | 11111001 | 1010101 | 10101000 | 0 | 1000010 | 100001 | 10 | 101001010 | 1011101 | 1000001 |
Color Harmonies of #F955A8
Complementary color
Monochromatic Colors of #F955A8
Black with #F955A8
Text Example
Text Example
White with #F955A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F955A8; }
p { color: rgb(249,85,168); }
H1.HeaderClassName
{
color: #F955A8;
}
.AnyTagClassName
{
color: #F955A8;
}
</style>
background-color css
<style>
a { background-color: #F955A8; }
a { background-color: rgb(249,85,168); }
div.DivClassName
{
background-color: #F955A8;
}
.BgClassName
{
background-color: #F955A8;
}
</style>
border-color css
<style>
span { border-color: #F955A8; }
span { border-color: rgb(249,85,168); }
td.TdClassName
{
border-color: #F955A8;
}
.TagClassName
{
border-color: #F955A8;
}
</style>