Shades of Brilliant Rose #F0529B
Tints of Brilliant Rose #F0529B
RGB
CMYK
RGB Variations
Color information
#F0529B (or 0xF0529B) is known color: Brilliant Rose. HEX triplet: F0, 52 and 9B. RGB value is (240,82,155). Sum of RGB (Red+Green+Blue) = 240+82+155=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0529B is #0FAD64. Grayscale: #898989. Windows color (decimal): -1027429 or 10179312. OLE color: 10179312.
HSL color Cylindrical-coordinate representation of color #F0529B: hue angle of 332.28º 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 #F0529B is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 155 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.06 |
| HSL | 332.28º | 0.84% | 0.63% | - |
| HSV(B) | 332.28º | 0.66% | 0.94% | - |
| XYZ | 44.87 | 26.93 | 33.84 | - |
| YUV | 137.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 155 | 0 | 0.66 | 0.35 | 0.06 | 332.28 | 0.84 | 0.63 |
| Hex | F0 | 52 | 9B | 0 | 42 | 23 | 6 | 14C | 54 | 3F |
| Octal | 360 | 122 | 233 | 0 | 102 | 43 | 6 | 514 | 124 | 77 |
| Binary | 11110000 | 1010010 | 10011011 | 0 | 1000010 | 100011 | 110 | 101001100 | 1010100 | 111111 |
Color Harmonies of #F0529B
Complementary color
Monochromatic Colors of #F0529B
Black with #F0529B
Text Example
Text Example
White with #F0529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0529B; }
p { color: rgb(240,82,155); }
H1.HeaderClassName
{
color: #F0529B;
}
.AnyTagClassName
{
color: #F0529B;
}
</style>
background-color css
<style>
a { background-color: #F0529B; }
a { background-color: rgb(240,82,155); }
div.DivClassName
{
background-color: #F0529B;
}
.BgClassName
{
background-color: #F0529B;
}
</style>
border-color css
<style>
span { border-color: #F0529B; }
span { border-color: rgb(240,82,155); }
td.TdClassName
{
border-color: #F0529B;
}
.TagClassName
{
border-color: #F0529B;
}
</style>