Shades of Brilliant Rose #F954AF
Tints of Brilliant Rose #F954AF
RGB
CMYK
RGB Variations
Color information
#F954AF (or 0xF954AF) is known color: Brilliant Rose. HEX triplet: F9, 54 and AF. RGB value is (249,84,175). Sum of RGB (Red+Green+Blue) = 249+84+175=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F954AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F954AF is #06AB50. Grayscale: #8F8F8F. Windows color (decimal): -437073 or 11490553. OLE color: 11490553.
HSL color Cylindrical-coordinate representation of color #F954AF: hue angle of 326.91º 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 #F954AF is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 175 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.02 |
| HSL | 326.91º | 0.93% | 0.65% | - |
| HSV(B) | 326.91º | 0.66% | 0.98% | - |
| XYZ | 49.98 | 29.58 | 43.63 | - |
| YUV | 143.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 175 | 0 | 0.66 | 0.30 | 0.02 | 326.91 | 0.93 | 0.65 |
| Hex | F9 | 54 | AF | 0 | 42 | 1E | 2 | 147 | 5D | 41 |
| Octal | 371 | 124 | 257 | 0 | 102 | 36 | 2 | 507 | 135 | 101 |
| Binary | 11111001 | 1010100 | 10101111 | 0 | 1000010 | 11110 | 10 | 101000111 | 1011101 | 1000001 |
Color Harmonies of #F954AF
Complementary color
Monochromatic Colors of #F954AF
Black with #F954AF
Text Example
Text Example
White with #F954AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954AF; }
p { color: rgb(249,84,175); }
H1.HeaderClassName
{
color: #F954AF;
}
.AnyTagClassName
{
color: #F954AF;
}
</style>
background-color css
<style>
a { background-color: #F954AF; }
a { background-color: rgb(249,84,175); }
div.DivClassName
{
background-color: #F954AF;
}
.BgClassName
{
background-color: #F954AF;
}
</style>
border-color css
<style>
span { border-color: #F954AF; }
span { border-color: rgb(249,84,175); }
td.TdClassName
{
border-color: #F954AF;
}
.TagClassName
{
border-color: #F954AF;
}
</style>