Shades of Brilliant Rose #F053B2
Tints of Brilliant Rose #F053B2
RGB
CMYK
RGB Variations
Color information
#F053B2 (or 0xF053B2) is known color: Brilliant Rose. HEX triplet: F0, 53 and B2. RGB value is (240,83,178). Sum of RGB (Red+Green+Blue) = 240+83+178=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F053B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F053B2 is #0FAC4D. Grayscale: #8C8C8C. Windows color (decimal): -1027150 or 11686896. OLE color: 11686896.
HSL color Cylindrical-coordinate representation of color #F053B2: hue angle of 323.69º 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 #F053B2 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 178 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.06 |
| HSL | 323.69º | 0.84% | 0.63% | - |
| HSV(B) | 323.69º | 0.65% | 0.94% | - |
| XYZ | 47.06 | 27.93 | 45.03 | - |
| YUV | 140.77 | 149.01 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 178 | 0 | 0.65 | 0.26 | 0.06 | 323.69 | 0.84 | 0.63 |
| Hex | F0 | 53 | B2 | 0 | 41 | 1A | 6 | 144 | 54 | 3F |
| Octal | 360 | 123 | 262 | 0 | 101 | 32 | 6 | 504 | 124 | 77 |
| Binary | 11110000 | 1010011 | 10110010 | 0 | 1000001 | 11010 | 110 | 101000100 | 1010100 | 111111 |
Color Harmonies of #F053B2
Complementary color
Monochromatic Colors of #F053B2
Black with #F053B2
Text Example
Text Example
White with #F053B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053B2; }
p { color: rgb(240,83,178); }
H1.HeaderClassName
{
color: #F053B2;
}
.AnyTagClassName
{
color: #F053B2;
}
</style>
background-color css
<style>
a { background-color: #F053B2; }
a { background-color: rgb(240,83,178); }
div.DivClassName
{
background-color: #F053B2;
}
.BgClassName
{
background-color: #F053B2;
}
</style>
border-color css
<style>
span { border-color: #F053B2; }
span { border-color: rgb(240,83,178); }
td.TdClassName
{
border-color: #F053B2;
}
.TagClassName
{
border-color: #F053B2;
}
</style>