Shades of Brilliant Rose #F955AB
Tints of Brilliant Rose #F955AB
RGB
CMYK
RGB Variations
Color information
#F955AB (or 0xF955AB) is known color: Brilliant Rose. HEX triplet: F9, 55 and AB. RGB value is (249,85,171). Sum of RGB (Red+Green+Blue) = 249+85+171=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F955AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F955AB is #06AA54. Grayscale: #8F8F8F. Windows color (decimal): -436821 or 11228665. OLE color: 11228665.
HSL color Cylindrical-coordinate representation of color #F955AB: hue angle of 328.54º 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 #F955AB is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 171 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.02 |
| HSL | 328.54º | 0.93% | 0.65% | - |
| HSV(B) | 328.54º | 0.66% | 0.98% | - |
| XYZ | 49.67 | 29.58 | 41.62 | - |
| YUV | 143.84 | 143.33 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 171 | 0 | 0.66 | 0.31 | 0.02 | 328.54 | 0.93 | 0.65 |
| Hex | F9 | 55 | AB | 0 | 42 | 1F | 2 | 149 | 5D | 41 |
| Octal | 371 | 125 | 253 | 0 | 102 | 37 | 2 | 511 | 135 | 101 |
| Binary | 11111001 | 1010101 | 10101011 | 0 | 1000010 | 11111 | 10 | 101001001 | 1011101 | 1000001 |
Color Harmonies of #F955AB
Complementary color
Monochromatic Colors of #F955AB
Black with #F955AB
Text Example
Text Example
White with #F955AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F955AB; }
p { color: rgb(249,85,171); }
H1.HeaderClassName
{
color: #F955AB;
}
.AnyTagClassName
{
color: #F955AB;
}
</style>
background-color css
<style>
a { background-color: #F955AB; }
a { background-color: rgb(249,85,171); }
div.DivClassName
{
background-color: #F955AB;
}
.BgClassName
{
background-color: #F955AB;
}
</style>
border-color css
<style>
span { border-color: #F955AB; }
span { border-color: rgb(249,85,171); }
td.TdClassName
{
border-color: #F955AB;
}
.TagClassName
{
border-color: #F955AB;
}
</style>