Shades of Radical Red #F0325D
Tints of Radical Red #F0325D
RGB
CMYK
RGB Variations
Color information
#F0325D (or 0xF0325D) is known color: Radical Red. HEX triplet: F0, 32 and 5D. RGB value is (240,50,93). Sum of RGB (Red+Green+Blue) = 240+50+93=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0325D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0325D is #0FCDA2. Grayscale: #6F6F6F. Windows color (decimal): -1035683 or 6107888. OLE color: 6107888.
HSL color Cylindrical-coordinate representation of color #F0325D: hue angle of 346.42º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0325D is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 93 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.06 |
| HSL | 346.42º | 0.86% | 0.57% | - |
| HSV(B) | 346.42º | 0.79% | 0.94% | - |
| XYZ | 39.05 | 21.6 | 12.47 | - |
| YUV | 111.71 | 117.45 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 93 | 0 | 0.79 | 0.61 | 0.06 | 346.42 | 0.86 | 0.57 |
| Hex | F0 | 32 | 5D | 0 | 4F | 3D | 6 | 15A | 56 | 39 |
| Octal | 360 | 62 | 135 | 0 | 117 | 75 | 6 | 532 | 126 | 71 |
| Binary | 11110000 | 110010 | 1011101 | 0 | 1001111 | 111101 | 110 | 101011010 | 1010110 | 111001 |
Color Harmonies of #F0325D
Complementary color
Monochromatic Colors of #F0325D
Black with #F0325D
Text Example
Text Example
White with #F0325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0325D; }
p { color: rgb(240,50,93); }
H1.HeaderClassName
{
color: #F0325D;
}
.AnyTagClassName
{
color: #F0325D;
}
</style>
background-color css
<style>
a { background-color: #F0325D; }
a { background-color: rgb(240,50,93); }
div.DivClassName
{
background-color: #F0325D;
}
.BgClassName
{
background-color: #F0325D;
}
</style>
border-color css
<style>
span { border-color: #F0325D; }
span { border-color: rgb(240,50,93); }
td.TdClassName
{
border-color: #F0325D;
}
.TagClassName
{
border-color: #F0325D;
}
</style>