Shades of Radical Red #F53A6A
Tints of Radical Red #F53A6A
RGB
CMYK
RGB Variations
Color information
#F53A6A (or 0xF53A6A) is known color: Radical Red. HEX triplet: F5, 3A and 6A. RGB value is (245,58,106). Sum of RGB (Red+Green+Blue) = 245+58+106=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53A6A is #0AC595. Grayscale: #777777. Windows color (decimal): -705942 or 6961909. OLE color: 6961909.
HSL color Cylindrical-coordinate representation of color #F53A6A: hue angle of 344.6º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53A6A is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 106 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.04 |
| HSL | 344.6º | 0.9% | 0.59% | - |
| HSV(B) | 344.6º | 0.76% | 0.96% | - |
| XYZ | 41.77 | 23.48 | 15.97 | - |
| YUV | 119.39 | 120.45 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 106 | 0 | 0.76 | 0.57 | 0.04 | 344.6 | 0.9 | 0.59 |
| Hex | F5 | 3A | 6A | 0 | 4C | 39 | 4 | 159 | 5A | 3B |
| Octal | 365 | 72 | 152 | 0 | 114 | 71 | 4 | 531 | 132 | 73 |
| Binary | 11110101 | 111010 | 1101010 | 0 | 1001100 | 111001 | 100 | 101011001 | 1011010 | 111011 |
Color Harmonies of #F53A6A
Complementary color
Monochromatic Colors of #F53A6A
Black with #F53A6A
Text Example
Text Example
White with #F53A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53A6A; }
p { color: rgb(245,58,106); }
H1.HeaderClassName
{
color: #F53A6A;
}
.AnyTagClassName
{
color: #F53A6A;
}
</style>
background-color css
<style>
a { background-color: #F53A6A; }
a { background-color: rgb(245,58,106); }
div.DivClassName
{
background-color: #F53A6A;
}
.BgClassName
{
background-color: #F53A6A;
}
</style>
border-color css
<style>
span { border-color: #F53A6A; }
span { border-color: rgb(245,58,106); }
td.TdClassName
{
border-color: #F53A6A;
}
.TagClassName
{
border-color: #F53A6A;
}
</style>