Shades of Radical Red #F93452
Tints of Radical Red #F93452
RGB
CMYK
RGB Variations
Color information
#F93452 (or 0xF93452) is known color: Radical Red. HEX triplet: F9, 34 and 52. RGB value is (249,52,82). Sum of RGB (Red+Green+Blue) = 249+52+82=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F93452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93452 is #06CBAD. Grayscale: #727272. Windows color (decimal): -445358 or 5387513. OLE color: 5387513.
HSL color Cylindrical-coordinate representation of color #F93452: hue angle of 350.86º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93452 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 82 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.02 |
| HSL | 350.86º | 0.94% | 0.59% | - |
| HSV(B) | 350.86º | 0.79% | 0.98% | - |
| XYZ | 41.82 | 23.2 | 10.26 | - |
| YUV | 114.32 | 109.77 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 82 | 0 | 0.79 | 0.67 | 0.02 | 350.86 | 0.94 | 0.59 |
| Hex | F9 | 34 | 52 | 0 | 4F | 43 | 2 | 15F | 5E | 3B |
| Octal | 371 | 64 | 122 | 0 | 117 | 103 | 2 | 537 | 136 | 73 |
| Binary | 11111001 | 110100 | 1010010 | 0 | 1001111 | 1000011 | 10 | 101011111 | 1011110 | 111011 |
Color Harmonies of #F93452
Complementary color
Monochromatic Colors of #F93452
Black with #F93452
Text Example
Text Example
White with #F93452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93452; }
p { color: rgb(249,52,82); }
H1.HeaderClassName
{
color: #F93452;
}
.AnyTagClassName
{
color: #F93452;
}
</style>
background-color css
<style>
a { background-color: #F93452; }
a { background-color: rgb(249,52,82); }
div.DivClassName
{
background-color: #F93452;
}
.BgClassName
{
background-color: #F93452;
}
</style>
border-color css
<style>
span { border-color: #F93452; }
span { border-color: rgb(249,52,82); }
td.TdClassName
{
border-color: #F93452;
}
.TagClassName
{
border-color: #F93452;
}
</style>