Shades of Brilliant Rose #F954A6
Tints of Brilliant Rose #F954A6
RGB
CMYK
RGB Variations
Color information
#F954A6 (or 0xF954A6) is known color: Brilliant Rose. HEX triplet: F9, 54 and A6. RGB value is (249,84,166). Sum of RGB (Red+Green+Blue) = 249+84+166=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F954A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F954A6 is #06AB59. Grayscale: #8E8E8E. Windows color (decimal): -437082 or 10900729. OLE color: 10900729.
HSL color Cylindrical-coordinate representation of color #F954A6: hue angle of 330.18º 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 #F954A6 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 166 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.02 |
| HSL | 330.18º | 0.93% | 0.65% | - |
| HSV(B) | 330.18º | 0.66% | 0.98% | - |
| XYZ | 49.12 | 29.23 | 39.13 | - |
| YUV | 142.68 | 141.16 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 166 | 0 | 0.66 | 0.33 | 0.02 | 330.18 | 0.93 | 0.65 |
| Hex | F9 | 54 | A6 | 0 | 42 | 21 | 2 | 14A | 5D | 41 |
| Octal | 371 | 124 | 246 | 0 | 102 | 41 | 2 | 512 | 135 | 101 |
| Binary | 11111001 | 1010100 | 10100110 | 0 | 1000010 | 100001 | 10 | 101001010 | 1011101 | 1000001 |
Color Harmonies of #F954A6
Complementary color
Monochromatic Colors of #F954A6
Black with #F954A6
Text Example
Text Example
White with #F954A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954A6; }
p { color: rgb(249,84,166); }
H1.HeaderClassName
{
color: #F954A6;
}
.AnyTagClassName
{
color: #F954A6;
}
</style>
background-color css
<style>
a { background-color: #F954A6; }
a { background-color: rgb(249,84,166); }
div.DivClassName
{
background-color: #F954A6;
}
.BgClassName
{
background-color: #F954A6;
}
</style>
border-color css
<style>
span { border-color: #F954A6; }
span { border-color: rgb(249,84,166); }
td.TdClassName
{
border-color: #F954A6;
}
.TagClassName
{
border-color: #F954A6;
}
</style>