Shades of Brilliant Rose #F053B0
Tints of Brilliant Rose #F053B0
RGB
CMYK
RGB Variations
Color information
#F053B0 (or 0xF053B0) is known color: Brilliant Rose. HEX triplet: F0, 53 and B0. RGB value is (240,83,176). Sum of RGB (Red+Green+Blue) = 240+83+176=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F053B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F053B0 is #0FAC4F. Grayscale: #8C8C8C. Windows color (decimal): -1027152 or 11555824. OLE color: 11555824.
HSL color Cylindrical-coordinate representation of color #F053B0: hue angle of 324.46º 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 #F053B0 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 83 | 176 | - |
CMYK | 0 | 0.65 | 0.27 | 0.06 |
HSL | 324.46º | 0.84% | 0.63% | - |
HSV(B) | 324.46º | 0.65% | 0.94% | - |
XYZ | 46.86 | 27.85 | 43.98 | - |
YUV | 140.55 | 148.01 | 198.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 83 | 176 | 0 | 0.65 | 0.27 | 0.06 | 324.46 | 0.84 | 0.63 |
Hex | F0 | 53 | B0 | 0 | 41 | 1B | 6 | 144 | 54 | 3F |
Octal | 360 | 123 | 260 | 0 | 101 | 33 | 6 | 504 | 124 | 77 |
Binary | 11110000 | 1010011 | 10110000 | 0 | 1000001 | 11011 | 110 | 101000100 | 1010100 | 111111 |
Color Harmonies of #F053B0
Complementary color
Monochromatic Colors of #F053B0
Black with #F053B0
Text Example
Text Example
White with #F053B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053B0; }
p { color: rgb(240,83,176); }
H1.HeaderClassName
{
color: #F053B0;
}
.AnyTagClassName
{
color: #F053B0;
}
</style>
background-color css
<style>
a { background-color: #F053B0; }
a { background-color: rgb(240,83,176); }
div.DivClassName
{
background-color: #F053B0;
}
.BgClassName
{
background-color: #F053B0;
}
</style>
border-color css
<style>
span { border-color: #F053B0; }
span { border-color: rgb(240,83,176); }
td.TdClassName
{
border-color: #F053B0;
}
.TagClassName
{
border-color: #F053B0;
}
</style>