Shades of Brilliant Rose #F052A6
Tints of Brilliant Rose #F052A6
RGB
CMYK
RGB Variations
Color information
#F052A6 (or 0xF052A6) is known color: Brilliant Rose. HEX triplet: F0, 52 and A6. RGB value is (240,82,166). Sum of RGB (Red+Green+Blue) = 240+82+166=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F052A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F052A6 is #0FAD59. Grayscale: #8A8A8A. Windows color (decimal): -1027418 or 10900208. OLE color: 10900208.
HSL color Cylindrical-coordinate representation of color #F052A6: hue angle of 328.1º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F052A6 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 166 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.06 |
| HSL | 328.1º | 0.84% | 0.63% | - |
| HSV(B) | 328.1º | 0.66% | 0.94% | - |
| XYZ | 45.84 | 27.31 | 38.93 | - |
| YUV | 138.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 166 | 0 | 0.66 | 0.31 | 0.06 | 328.1 | 0.84 | 0.63 |
| Hex | F0 | 52 | A6 | 0 | 42 | 1F | 6 | 148 | 54 | 3F |
| Octal | 360 | 122 | 246 | 0 | 102 | 37 | 6 | 510 | 124 | 77 |
| Binary | 11110000 | 1010010 | 10100110 | 0 | 1000010 | 11111 | 110 | 101001000 | 1010100 | 111111 |
Color Harmonies of #F052A6
Complementary color
Monochromatic Colors of #F052A6
Black with #F052A6
Text Example
Text Example
White with #F052A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F052A6; }
p { color: rgb(240,82,166); }
H1.HeaderClassName
{
color: #F052A6;
}
.AnyTagClassName
{
color: #F052A6;
}
</style>
background-color css
<style>
a { background-color: #F052A6; }
a { background-color: rgb(240,82,166); }
div.DivClassName
{
background-color: #F052A6;
}
.BgClassName
{
background-color: #F052A6;
}
</style>
border-color css
<style>
span { border-color: #F052A6; }
span { border-color: rgb(240,82,166); }
td.TdClassName
{
border-color: #F052A6;
}
.TagClassName
{
border-color: #F052A6;
}
</style>