Shades of Brilliant Rose #F949AF
Tints of Brilliant Rose #F949AF
RGB
CMYK
RGB Variations
Color information
#F949AF (or 0xF949AF) is known color: Brilliant Rose. HEX triplet: F9, 49 and AF. RGB value is (249,73,175). Sum of RGB (Red+Green+Blue) = 249+73+175=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F949AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F949AF is #06B650. Grayscale: #898989. Windows color (decimal): -439889 or 11487737. OLE color: 11487737.
HSL color Cylindrical-coordinate representation of color #F949AF: hue angle of 325.23º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949AF is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 175 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.02 |
| HSL | 325.23º | 0.94% | 0.63% | - |
| HSV(B) | 325.23º | 0.71% | 0.98% | - |
| XYZ | 49.19 | 28 | 43.37 | - |
| YUV | 137.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 175 | 0 | 0.71 | 0.30 | 0.02 | 325.23 | 0.94 | 0.63 |
| Hex | F9 | 49 | AF | 0 | 47 | 1E | 2 | 145 | 5E | 3F |
| Octal | 371 | 111 | 257 | 0 | 107 | 36 | 2 | 505 | 136 | 77 |
| Binary | 11111001 | 1001001 | 10101111 | 0 | 1000111 | 11110 | 10 | 101000101 | 1011110 | 111111 |
Color Harmonies of #F949AF
Complementary color
Monochromatic Colors of #F949AF
Black with #F949AF
Text Example
Text Example
White with #F949AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949AF; }
p { color: rgb(249,73,175); }
H1.HeaderClassName
{
color: #F949AF;
}
.AnyTagClassName
{
color: #F949AF;
}
</style>
background-color css
<style>
a { background-color: #F949AF; }
a { background-color: rgb(249,73,175); }
div.DivClassName
{
background-color: #F949AF;
}
.BgClassName
{
background-color: #F949AF;
}
</style>
border-color css
<style>
span { border-color: #F949AF; }
span { border-color: rgb(249,73,175); }
td.TdClassName
{
border-color: #F949AF;
}
.TagClassName
{
border-color: #F949AF;
}
</style>