Shades of Brilliant Rose #F0539B
Tints of Brilliant Rose #F0539B
RGB
CMYK
RGB Variations
Color information
#F0539B (or 0xF0539B) is known color: Brilliant Rose. HEX triplet: F0, 53 and 9B. RGB value is (240,83,155). Sum of RGB (Red+Green+Blue) = 240+83+155=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0539B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0539B is #0FAC64. Grayscale: #8A8A8A. Windows color (decimal): -1027173 or 10179568. OLE color: 10179568.
HSL color Cylindrical-coordinate representation of color #F0539B: hue angle of 332.48º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0539B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 155 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.06 |
| HSL | 332.48º | 0.84% | 0.63% | - |
| HSV(B) | 332.48º | 0.65% | 0.94% | - |
| XYZ | 44.94 | 27.08 | 33.87 | - |
| YUV | 138.15 | 137.51 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 155 | 0 | 0.65 | 0.35 | 0.06 | 332.48 | 0.84 | 0.63 |
| Hex | F0 | 53 | 9B | 0 | 41 | 23 | 6 | 14C | 54 | 3F |
| Octal | 360 | 123 | 233 | 0 | 101 | 43 | 6 | 514 | 124 | 77 |
| Binary | 11110000 | 1010011 | 10011011 | 0 | 1000001 | 100011 | 110 | 101001100 | 1010100 | 111111 |
Color Harmonies of #F0539B
Complementary color
Monochromatic Colors of #F0539B
Black with #F0539B
Text Example
Text Example
White with #F0539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0539B; }
p { color: rgb(240,83,155); }
H1.HeaderClassName
{
color: #F0539B;
}
.AnyTagClassName
{
color: #F0539B;
}
</style>
background-color css
<style>
a { background-color: #F0539B; }
a { background-color: rgb(240,83,155); }
div.DivClassName
{
background-color: #F0539B;
}
.BgClassName
{
background-color: #F0539B;
}
</style>
border-color css
<style>
span { border-color: #F0539B; }
span { border-color: rgb(240,83,155); }
td.TdClassName
{
border-color: #F0539B;
}
.TagClassName
{
border-color: #F0539B;
}
</style>