Shades of Brilliant Rose #F047A5
Tints of Brilliant Rose #F047A5
RGB
CMYK
RGB Variations
Color information
#F047A5 (or 0xF047A5) is known color: Brilliant Rose. HEX triplet: F0, 47 and A5. RGB value is (240,71,165). Sum of RGB (Red+Green+Blue) = 240+71+165=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F047A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F047A5 is #0FB85A. Grayscale: #848484. Windows color (decimal): -1030235 or 10831856. OLE color: 10831856.
HSL color Cylindrical-coordinate representation of color #F047A5: hue angle of 326.63º 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 #F047A5 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 165 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.06 |
| HSL | 326.63º | 0.85% | 0.61% | - |
| HSV(B) | 326.63º | 0.7% | 0.94% | - |
| XYZ | 44.98 | 25.75 | 38.2 | - |
| YUV | 132.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 165 | 0 | 0.70 | 0.31 | 0.06 | 326.63 | 0.85 | 0.61 |
| Hex | F0 | 47 | A5 | 0 | 46 | 1F | 6 | 147 | 55 | 3D |
| Octal | 360 | 107 | 245 | 0 | 106 | 37 | 6 | 507 | 125 | 75 |
| Binary | 11110000 | 1000111 | 10100101 | 0 | 1000110 | 11111 | 110 | 101000111 | 1010101 | 111101 |
Color Harmonies of #F047A5
Complementary color
Monochromatic Colors of #F047A5
Black with #F047A5
Text Example
Text Example
White with #F047A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F047A5; }
p { color: rgb(240,71,165); }
H1.HeaderClassName
{
color: #F047A5;
}
.AnyTagClassName
{
color: #F047A5;
}
</style>
background-color css
<style>
a { background-color: #F047A5; }
a { background-color: rgb(240,71,165); }
div.DivClassName
{
background-color: #F047A5;
}
.BgClassName
{
background-color: #F047A5;
}
</style>
border-color css
<style>
span { border-color: #F047A5; }
span { border-color: rgb(240,71,165); }
td.TdClassName
{
border-color: #F047A5;
}
.TagClassName
{
border-color: #F047A5;
}
</style>