Shades of Brilliant Rose #F954AB
Tints of Brilliant Rose #F954AB
RGB
CMYK
RGB Variations
Color information
#F954AB (or 0xF954AB) is known color: Brilliant Rose. HEX triplet: F9, 54 and AB. RGB value is (249,84,171). Sum of RGB (Red+Green+Blue) = 249+84+171=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F954AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F954AB is #06AB54. Grayscale: #8F8F8F. Windows color (decimal): -437077 or 11228409. OLE color: 11228409.
HSL color Cylindrical-coordinate representation of color #F954AB: hue angle of 328.36º 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 #F954AB is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 171 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.02 |
| HSL | 328.36º | 0.93% | 0.65% | - |
| HSV(B) | 328.36º | 0.66% | 0.98% | - |
| XYZ | 49.59 | 29.42 | 41.59 | - |
| YUV | 143.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 171 | 0 | 0.66 | 0.31 | 0.02 | 328.36 | 0.93 | 0.65 |
| Hex | F9 | 54 | AB | 0 | 42 | 1F | 2 | 148 | 5D | 41 |
| Octal | 371 | 124 | 253 | 0 | 102 | 37 | 2 | 510 | 135 | 101 |
| Binary | 11111001 | 1010100 | 10101011 | 0 | 1000010 | 11111 | 10 | 101001000 | 1011101 | 1000001 |
Color Harmonies of #F954AB
Complementary color
Monochromatic Colors of #F954AB
Black with #F954AB
Text Example
Text Example
White with #F954AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954AB; }
p { color: rgb(249,84,171); }
H1.HeaderClassName
{
color: #F954AB;
}
.AnyTagClassName
{
color: #F954AB;
}
</style>
background-color css
<style>
a { background-color: #F954AB; }
a { background-color: rgb(249,84,171); }
div.DivClassName
{
background-color: #F954AB;
}
.BgClassName
{
background-color: #F954AB;
}
</style>
border-color css
<style>
span { border-color: #F954AB; }
span { border-color: rgb(249,84,171); }
td.TdClassName
{
border-color: #F954AB;
}
.TagClassName
{
border-color: #F954AB;
}
</style>