Shades of Radical Red #F0415B
Tints of Radical Red #F0415B
RGB
CMYK
RGB Variations
Color information
#F0415B (or 0xF0415B) is known color: Radical Red. HEX triplet: F0, 41 and 5B. RGB value is (240,65,91). Sum of RGB (Red+Green+Blue) = 240+65+91=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0415B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0415B is #0FBEA4. Grayscale: #787878. Windows color (decimal): -1031845 or 5980656. OLE color: 5980656.
HSL color Cylindrical-coordinate representation of color #F0415B: hue angle of 351.09º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0415B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 91 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.06 |
| HSL | 351.09º | 0.85% | 0.6% | - |
| HSV(B) | 351.09º | 0.73% | 0.94% | - |
| XYZ | 39.71 | 23.06 | 12.26 | - |
| YUV | 120.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 91 | 0 | 0.73 | 0.62 | 0.06 | 351.09 | 0.85 | 0.6 |
| Hex | F0 | 41 | 5B | 0 | 49 | 3E | 6 | 15F | 55 | 3C |
| Octal | 360 | 101 | 133 | 0 | 111 | 76 | 6 | 537 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1011011 | 0 | 1001001 | 111110 | 110 | 101011111 | 1010101 | 111100 |
Color Harmonies of #F0415B
Complementary color
Monochromatic Colors of #F0415B
Black with #F0415B
Text Example
Text Example
White with #F0415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0415B; }
p { color: rgb(240,65,91); }
H1.HeaderClassName
{
color: #F0415B;
}
.AnyTagClassName
{
color: #F0415B;
}
</style>
background-color css
<style>
a { background-color: #F0415B; }
a { background-color: rgb(240,65,91); }
div.DivClassName
{
background-color: #F0415B;
}
.BgClassName
{
background-color: #F0415B;
}
</style>
border-color css
<style>
span { border-color: #F0415B; }
span { border-color: rgb(240,65,91); }
td.TdClassName
{
border-color: #F0415B;
}
.TagClassName
{
border-color: #F0415B;
}
</style>