Shades of Radical Red #F0305C
Tints of Radical Red #F0305C
RGB
CMYK
RGB Variations
Color information
#F0305C (or 0xF0305C) is known color: Radical Red. HEX triplet: F0, 30 and 5C. RGB value is (240,48,92). Sum of RGB (Red+Green+Blue) = 240+48+92=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0305C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0305C is #0FCFA3. Grayscale: #6E6E6E. Windows color (decimal): -1036196 or 6041840. OLE color: 6041840.
HSL color Cylindrical-coordinate representation of color #F0305C: hue angle of 346.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0305C is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 92 | - |
| CMYK | 0 | 0.8 | 0.62 | 0.06 |
| HSL | 346.25º | 0.86% | 0.56% | - |
| HSV(B) | 346.25º | 0.8% | 0.94% | - |
| XYZ | 38.92 | 21.41 | 12.21 | - |
| YUV | 110.42 | 117.61 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 92 | 0 | 0.8 | 0.62 | 0.06 | 346.25 | 0.86 | 0.56 |
| Hex | F0 | 30 | 5C | 0 | 50 | 3E | 6 | 15A | 56 | 38 |
| Octal | 360 | 60 | 134 | 0 | 120 | 76 | 6 | 532 | 126 | 70 |
| Binary | 11110000 | 110000 | 1011100 | 0 | 1010000 | 111110 | 110 | 101011010 | 1010110 | 111000 |
Color Harmonies of #F0305C
Complementary color
Monochromatic Colors of #F0305C
Black with #F0305C
Text Example
Text Example
White with #F0305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0305C; }
p { color: rgb(240,48,92); }
H1.HeaderClassName
{
color: #F0305C;
}
.AnyTagClassName
{
color: #F0305C;
}
</style>
background-color css
<style>
a { background-color: #F0305C; }
a { background-color: rgb(240,48,92); }
div.DivClassName
{
background-color: #F0305C;
}
.BgClassName
{
background-color: #F0305C;
}
</style>
border-color css
<style>
span { border-color: #F0305C; }
span { border-color: rgb(240,48,92); }
td.TdClassName
{
border-color: #F0305C;
}
.TagClassName
{
border-color: #F0305C;
}
</style>