Shades of Radical Red #F53268
Tints of Radical Red #F53268
RGB
CMYK
RGB Variations
Color information
#F53268 (or 0xF53268) is known color: Radical Red. HEX triplet: F5, 32 and 68. RGB value is (245,50,104). Sum of RGB (Red+Green+Blue) = 245+50+104=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F53268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53268 is #0ACD97. Grayscale: #727272. Windows color (decimal): -707992 or 6828789. OLE color: 6828789.
HSL color Cylindrical-coordinate representation of color #F53268: hue angle of 343.38º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53268 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 104 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.04 |
| HSL | 343.38º | 0.91% | 0.58% | - |
| HSV(B) | 343.38º | 0.8% | 0.96% | - |
| XYZ | 41.3 | 22.69 | 15.3 | - |
| YUV | 114.46 | 122.1 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 104 | 0 | 0.80 | 0.58 | 0.04 | 343.38 | 0.91 | 0.58 |
| Hex | F5 | 32 | 68 | 0 | 50 | 3A | 4 | 157 | 5B | 3A |
| Octal | 365 | 62 | 150 | 0 | 120 | 72 | 4 | 527 | 133 | 72 |
| Binary | 11110101 | 110010 | 1101000 | 0 | 1010000 | 111010 | 100 | 101010111 | 1011011 | 111010 |
Color Harmonies of #F53268
Complementary color
Monochromatic Colors of #F53268
Black with #F53268
Text Example
Text Example
White with #F53268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53268; }
p { color: rgb(245,50,104); }
H1.HeaderClassName
{
color: #F53268;
}
.AnyTagClassName
{
color: #F53268;
}
</style>
background-color css
<style>
a { background-color: #F53268; }
a { background-color: rgb(245,50,104); }
div.DivClassName
{
background-color: #F53268;
}
.BgClassName
{
background-color: #F53268;
}
</style>
border-color css
<style>
span { border-color: #F53268; }
span { border-color: rgb(245,50,104); }
td.TdClassName
{
border-color: #F53268;
}
.TagClassName
{
border-color: #F53268;
}
</style>