Shades of Radical Red #F0435D
Tints of Radical Red #F0435D
RGB
CMYK
RGB Variations
Color information
#F0435D (or 0xF0435D) is known color: Radical Red. HEX triplet: F0, 43 and 5D. RGB value is (240,67,93). Sum of RGB (Red+Green+Blue) = 240+67+93=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0435D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0435D is #0FBCA2. Grayscale: #797979. Windows color (decimal): -1031331 or 6112240. OLE color: 6112240.
HSL color Cylindrical-coordinate representation of color #F0435D: hue angle of 350.98º 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 #F0435D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 93 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.06 |
| HSL | 350.98º | 0.85% | 0.6% | - |
| HSV(B) | 350.98º | 0.72% | 0.94% | - |
| XYZ | 39.92 | 23.33 | 12.76 | - |
| YUV | 121.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 93 | 0 | 0.72 | 0.61 | 0.06 | 350.98 | 0.85 | 0.6 |
| Hex | F0 | 43 | 5D | 0 | 48 | 3D | 6 | 15F | 55 | 3C |
| Octal | 360 | 103 | 135 | 0 | 110 | 75 | 6 | 537 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1011101 | 0 | 1001000 | 111101 | 110 | 101011111 | 1010101 | 111100 |
Color Harmonies of #F0435D
Complementary color
Monochromatic Colors of #F0435D
Black with #F0435D
Text Example
Text Example
White with #F0435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0435D; }
p { color: rgb(240,67,93); }
H1.HeaderClassName
{
color: #F0435D;
}
.AnyTagClassName
{
color: #F0435D;
}
</style>
background-color css
<style>
a { background-color: #F0435D; }
a { background-color: rgb(240,67,93); }
div.DivClassName
{
background-color: #F0435D;
}
.BgClassName
{
background-color: #F0435D;
}
</style>
border-color css
<style>
span { border-color: #F0435D; }
span { border-color: rgb(240,67,93); }
td.TdClassName
{
border-color: #F0435D;
}
.TagClassName
{
border-color: #F0435D;
}
</style>