Shades of Radical Red #F53A6B
Tints of Radical Red #F53A6B
RGB
CMYK
RGB Variations
Color information
#F53A6B (or 0xF53A6B) is known color: Radical Red. HEX triplet: F5, 3A and 6B. RGB value is (245,58,107). Sum of RGB (Red+Green+Blue) = 245+58+107=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53A6B is #0AC594. Grayscale: #777777. Windows color (decimal): -705941 or 7027445. OLE color: 7027445.
HSL color Cylindrical-coordinate representation of color #F53A6B: hue angle of 344.28º 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 #F53A6B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 107 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.04 |
| HSL | 344.28º | 0.9% | 0.59% | - |
| HSV(B) | 344.28º | 0.76% | 0.96% | - |
| XYZ | 41.82 | 23.5 | 16.24 | - |
| YUV | 119.5 | 120.95 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 107 | 0 | 0.76 | 0.56 | 0.04 | 344.28 | 0.9 | 0.59 |
| Hex | F5 | 3A | 6B | 0 | 4C | 38 | 4 | 158 | 5A | 3B |
| Octal | 365 | 72 | 153 | 0 | 114 | 70 | 4 | 530 | 132 | 73 |
| Binary | 11110101 | 111010 | 1101011 | 0 | 1001100 | 111000 | 100 | 101011000 | 1011010 | 111011 |
Color Harmonies of #F53A6B
Complementary color
Monochromatic Colors of #F53A6B
Black with #F53A6B
Text Example
Text Example
White with #F53A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53A6B; }
p { color: rgb(245,58,107); }
H1.HeaderClassName
{
color: #F53A6B;
}
.AnyTagClassName
{
color: #F53A6B;
}
</style>
background-color css
<style>
a { background-color: #F53A6B; }
a { background-color: rgb(245,58,107); }
div.DivClassName
{
background-color: #F53A6B;
}
.BgClassName
{
background-color: #F53A6B;
}
</style>
border-color css
<style>
span { border-color: #F53A6B; }
span { border-color: rgb(245,58,107); }
td.TdClassName
{
border-color: #F53A6B;
}
.TagClassName
{
border-color: #F53A6B;
}
</style>