Shades of Brilliant Rose #F947AF
Tints of Brilliant Rose #F947AF
RGB
CMYK
RGB Variations
Color information
#F947AF (or 0xF947AF) is known color: Brilliant Rose. HEX triplet: F9, 47 and AF. RGB value is (249,71,175). Sum of RGB (Red+Green+Blue) = 249+71+175=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F947AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F947AF is #06B850. Grayscale: #878787. Windows color (decimal): -440401 or 11487225. OLE color: 11487225.
HSL color Cylindrical-coordinate representation of color #F947AF: hue angle of 324.94º 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 #F947AF is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 175 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.02 |
| HSL | 324.94º | 0.94% | 0.63% | - |
| HSV(B) | 324.94º | 0.71% | 0.98% | - |
| XYZ | 49.06 | 27.74 | 43.33 | - |
| YUV | 136.08 | 149.97 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 175 | 0 | 0.71 | 0.30 | 0.02 | 324.94 | 0.94 | 0.63 |
| Hex | F9 | 47 | AF | 0 | 47 | 1E | 2 | 145 | 5E | 3F |
| Octal | 371 | 107 | 257 | 0 | 107 | 36 | 2 | 505 | 136 | 77 |
| Binary | 11111001 | 1000111 | 10101111 | 0 | 1000111 | 11110 | 10 | 101000101 | 1011110 | 111111 |
Color Harmonies of #F947AF
Complementary color
Monochromatic Colors of #F947AF
Black with #F947AF
Text Example
Text Example
White with #F947AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F947AF; }
p { color: rgb(249,71,175); }
H1.HeaderClassName
{
color: #F947AF;
}
.AnyTagClassName
{
color: #F947AF;
}
</style>
background-color css
<style>
a { background-color: #F947AF; }
a { background-color: rgb(249,71,175); }
div.DivClassName
{
background-color: #F947AF;
}
.BgClassName
{
background-color: #F947AF;
}
</style>
border-color css
<style>
span { border-color: #F947AF; }
span { border-color: rgb(249,71,175); }
td.TdClassName
{
border-color: #F947AF;
}
.TagClassName
{
border-color: #F947AF;
}
</style>