Shades of Brilliant Rose #F950AB
Tints of Brilliant Rose #F950AB
RGB
CMYK
RGB Variations
Color information
#F950AB (or 0xF950AB) is known color: Brilliant Rose. HEX triplet: F9, 50 and AB. RGB value is (249,80,171). Sum of RGB (Red+Green+Blue) = 249+80+171=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F950AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F950AB is #06AF54. Grayscale: #8C8C8C. Windows color (decimal): -438101 or 11227385. OLE color: 11227385.
HSL color Cylindrical-coordinate representation of color #F950AB: hue angle of 327.69º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F950AB is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 171 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.02 |
| HSL | 327.69º | 0.93% | 0.65% | - |
| HSV(B) | 327.69º | 0.68% | 0.98% | - |
| XYZ | 49.29 | 28.82 | 41.49 | - |
| YUV | 140.91 | 144.99 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 171 | 0 | 0.68 | 0.31 | 0.02 | 327.69 | 0.93 | 0.65 |
| Hex | F9 | 50 | AB | 0 | 44 | 1F | 2 | 148 | 5D | 41 |
| Octal | 371 | 120 | 253 | 0 | 104 | 37 | 2 | 510 | 135 | 101 |
| Binary | 11111001 | 1010000 | 10101011 | 0 | 1000100 | 11111 | 10 | 101001000 | 1011101 | 1000001 |
Color Harmonies of #F950AB
Complementary color
Monochromatic Colors of #F950AB
Black with #F950AB
Text Example
Text Example
White with #F950AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F950AB; }
p { color: rgb(249,80,171); }
H1.HeaderClassName
{
color: #F950AB;
}
.AnyTagClassName
{
color: #F950AB;
}
</style>
background-color css
<style>
a { background-color: #F950AB; }
a { background-color: rgb(249,80,171); }
div.DivClassName
{
background-color: #F950AB;
}
.BgClassName
{
background-color: #F950AB;
}
</style>
border-color css
<style>
span { border-color: #F950AB; }
span { border-color: rgb(249,80,171); }
td.TdClassName
{
border-color: #F950AB;
}
.TagClassName
{
border-color: #F950AB;
}
</style>