Shades of Brilliant Rose #F951AC
Tints of Brilliant Rose #F951AC
RGB
CMYK
RGB Variations
Color information
#F951AC (or 0xF951AC) is known color: Brilliant Rose. HEX triplet: F9, 51 and AC. RGB value is (249,81,172). Sum of RGB (Red+Green+Blue) = 249+81+172=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F951AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F951AC is #06AE53. Grayscale: #8D8D8D. Windows color (decimal): -437844 or 11293177. OLE color: 11293177.
HSL color Cylindrical-coordinate representation of color #F951AC: hue angle of 327.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F951AC is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 172 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.02 |
| HSL | 327.5º | 0.93% | 0.65% | - |
| HSV(B) | 327.5º | 0.67% | 0.98% | - |
| XYZ | 49.46 | 29 | 42.02 | - |
| YUV | 141.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 172 | 0 | 0.67 | 0.31 | 0.02 | 327.5 | 0.93 | 0.65 |
| Hex | F9 | 51 | AC | 0 | 43 | 1F | 2 | 148 | 5D | 41 |
| Octal | 371 | 121 | 254 | 0 | 103 | 37 | 2 | 510 | 135 | 101 |
| Binary | 11111001 | 1010001 | 10101100 | 0 | 1000011 | 11111 | 10 | 101001000 | 1011101 | 1000001 |
Color Harmonies of #F951AC
Complementary color
Monochromatic Colors of #F951AC
Black with #F951AC
Text Example
Text Example
White with #F951AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F951AC; }
p { color: rgb(249,81,172); }
H1.HeaderClassName
{
color: #F951AC;
}
.AnyTagClassName
{
color: #F951AC;
}
</style>
background-color css
<style>
a { background-color: #F951AC; }
a { background-color: rgb(249,81,172); }
div.DivClassName
{
background-color: #F951AC;
}
.BgClassName
{
background-color: #F951AC;
}
</style>
border-color css
<style>
span { border-color: #F951AC; }
span { border-color: rgb(249,81,172); }
td.TdClassName
{
border-color: #F951AC;
}
.TagClassName
{
border-color: #F951AC;
}
</style>