Shades of Brilliant Rose #F046A8
Tints of Brilliant Rose #F046A8
RGB
CMYK
RGB Variations
Color information
#F046A8 (or 0xF046A8) is known color: Brilliant Rose. HEX triplet: F0, 46 and A8. RGB value is (240,70,168). Sum of RGB (Red+Green+Blue) = 240+70+168=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F046A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F046A8 is #0FB957. Grayscale: #838383. Windows color (decimal): -1030488 or 11028208. OLE color: 11028208.
HSL color Cylindrical-coordinate representation of color #F046A8: hue angle of 325.41º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F046A8 is Cyan = 0, Magento = 0.71, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 168 | - |
| CMYK | 0 | 0.71 | 0.3 | 0.06 |
| HSL | 325.41º | 0.85% | 0.61% | - |
| HSV(B) | 325.41º | 0.71% | 0.94% | - |
| XYZ | 45.19 | 25.73 | 39.63 | - |
| YUV | 132 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 168 | 0 | 0.71 | 0.3 | 0.06 | 325.41 | 0.85 | 0.61 |
| Hex | F0 | 46 | A8 | 0 | 47 | 1E | 6 | 145 | 55 | 3D |
| Octal | 360 | 106 | 250 | 0 | 107 | 36 | 6 | 505 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10101000 | 0 | 1000111 | 11110 | 110 | 101000101 | 1010101 | 111101 |
Color Harmonies of #F046A8
Complementary color
Monochromatic Colors of #F046A8
Black with #F046A8
Text Example
Text Example
White with #F046A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046A8; }
p { color: rgb(240,70,168); }
H1.HeaderClassName
{
color: #F046A8;
}
.AnyTagClassName
{
color: #F046A8;
}
</style>
background-color css
<style>
a { background-color: #F046A8; }
a { background-color: rgb(240,70,168); }
div.DivClassName
{
background-color: #F046A8;
}
.BgClassName
{
background-color: #F046A8;
}
</style>
border-color css
<style>
span { border-color: #F046A8; }
span { border-color: rgb(240,70,168); }
td.TdClassName
{
border-color: #F046A8;
}
.TagClassName
{
border-color: #F046A8;
}
</style>