Shades of Brilliant Rose #F0529A
Tints of Brilliant Rose #F0529A
RGB
CMYK
RGB Variations
Color information
#F0529A (or 0xF0529A) is known color: Brilliant Rose. HEX triplet: F0, 52 and 9A. RGB value is (240,82,154). Sum of RGB (Red+Green+Blue) = 240+82+154=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0529A is #0FAD65. Grayscale: #898989. Windows color (decimal): -1027430 or 10113776. OLE color: 10113776.
HSL color Cylindrical-coordinate representation of color #F0529A: hue angle of 332.66º 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 #F0529A is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 154 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.06 |
| HSL | 332.66º | 0.84% | 0.63% | - |
| HSV(B) | 332.66º | 0.66% | 0.94% | - |
| XYZ | 44.79 | 26.89 | 33.4 | - |
| YUV | 137.45 | 137.35 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 154 | 0 | 0.66 | 0.36 | 0.06 | 332.66 | 0.84 | 0.63 |
| Hex | F0 | 52 | 9A | 0 | 42 | 24 | 6 | 14D | 54 | 3F |
| Octal | 360 | 122 | 232 | 0 | 102 | 44 | 6 | 515 | 124 | 77 |
| Binary | 11110000 | 1010010 | 10011010 | 0 | 1000010 | 100100 | 110 | 101001101 | 1010100 | 111111 |
Color Harmonies of #F0529A
Complementary color
Monochromatic Colors of #F0529A
Black with #F0529A
Text Example
Text Example
White with #F0529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0529A; }
p { color: rgb(240,82,154); }
H1.HeaderClassName
{
color: #F0529A;
}
.AnyTagClassName
{
color: #F0529A;
}
</style>
background-color css
<style>
a { background-color: #F0529A; }
a { background-color: rgb(240,82,154); }
div.DivClassName
{
background-color: #F0529A;
}
.BgClassName
{
background-color: #F0529A;
}
</style>
border-color css
<style>
span { border-color: #F0529A; }
span { border-color: rgb(240,82,154); }
td.TdClassName
{
border-color: #F0529A;
}
.TagClassName
{
border-color: #F0529A;
}
</style>