Shades of Brilliant Rose #F047AD
Tints of Brilliant Rose #F047AD
RGB
CMYK
RGB Variations
Color information
#F047AD (or 0xF047AD) is known color: Brilliant Rose. HEX triplet: F0, 47 and AD. RGB value is (240,71,173). Sum of RGB (Red+Green+Blue) = 240+71+173=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F047AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F047AD is #0FB852. Grayscale: #848484. Windows color (decimal): -1030227 or 11356144. OLE color: 11356144.
HSL color Cylindrical-coordinate representation of color #F047AD: hue angle of 323.79º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047AD is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 173 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.06 |
| HSL | 323.79º | 0.85% | 0.61% | - |
| HSV(B) | 323.79º | 0.7% | 0.94% | - |
| XYZ | 45.73 | 26.05 | 42.15 | - |
| YUV | 133.16 | 150.49 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 173 | 0 | 0.70 | 0.28 | 0.06 | 323.79 | 0.85 | 0.61 |
| Hex | F0 | 47 | AD | 0 | 46 | 1C | 6 | 144 | 55 | 3D |
| Octal | 360 | 107 | 255 | 0 | 106 | 34 | 6 | 504 | 125 | 75 |
| Binary | 11110000 | 1000111 | 10101101 | 0 | 1000110 | 11100 | 110 | 101000100 | 1010101 | 111101 |
Color Harmonies of #F047AD
Complementary color
Monochromatic Colors of #F047AD
Black with #F047AD
Text Example
Text Example
White with #F047AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F047AD; }
p { color: rgb(240,71,173); }
H1.HeaderClassName
{
color: #F047AD;
}
.AnyTagClassName
{
color: #F047AD;
}
</style>
background-color css
<style>
a { background-color: #F047AD; }
a { background-color: rgb(240,71,173); }
div.DivClassName
{
background-color: #F047AD;
}
.BgClassName
{
background-color: #F047AD;
}
</style>
border-color css
<style>
span { border-color: #F047AD; }
span { border-color: rgb(240,71,173); }
td.TdClassName
{
border-color: #F047AD;
}
.TagClassName
{
border-color: #F047AD;
}
</style>