Shades of Radical Red #F04351
Tints of Radical Red #F04351
RGB
CMYK
RGB Variations
Color information
#F04351 (or 0xF04351) is known color: Radical Red. HEX triplet: F0, 43 and 51. RGB value is (240,67,81). Sum of RGB (Red+Green+Blue) = 240+67+81=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F04351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04351 is #0FBCAE. Grayscale: #787878. Windows color (decimal): -1031343 or 5325808. OLE color: 5325808.
HSL color Cylindrical-coordinate representation of color #F04351: hue angle of 355.14º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F04351 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 81 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.06 |
| HSL | 355.14º | 0.85% | 0.6% | - |
| HSV(B) | 355.14º | 0.72% | 0.94% | - |
| XYZ | 39.43 | 23.13 | 10.17 | - |
| YUV | 120.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 81 | 0 | 0.72 | 0.66 | 0.06 | 355.14 | 0.85 | 0.6 |
| Hex | F0 | 43 | 51 | 0 | 48 | 42 | 6 | 163 | 55 | 3C |
| Octal | 360 | 103 | 121 | 0 | 110 | 102 | 6 | 543 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1010001 | 0 | 1001000 | 1000010 | 110 | 101100011 | 1010101 | 111100 |
Color Harmonies of #F04351
Complementary color
Monochromatic Colors of #F04351
Black with #F04351
Text Example
Text Example
White with #F04351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04351; }
p { color: rgb(240,67,81); }
H1.HeaderClassName
{
color: #F04351;
}
.AnyTagClassName
{
color: #F04351;
}
</style>
background-color css
<style>
a { background-color: #F04351; }
a { background-color: rgb(240,67,81); }
div.DivClassName
{
background-color: #F04351;
}
.BgClassName
{
background-color: #F04351;
}
</style>
border-color css
<style>
span { border-color: #F04351; }
span { border-color: rgb(240,67,81); }
td.TdClassName
{
border-color: #F04351;
}
.TagClassName
{
border-color: #F04351;
}
</style>