Shades of Radical Red #EF465F
Tints of Radical Red #EF465F
RGB
CMYK
RGB Variations
Color information
#EF465F (or 0xEF465F) is known color: Radical Red. HEX triplet: EF, 46 and 5F. RGB value is (239,70,95). Sum of RGB (Red+Green+Blue) = 239+70+95=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF465F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF465F is #10B9A0. Grayscale: #7B7B7B. Windows color (decimal): -1096097 or 6244079. OLE color: 6244079.
HSL color Cylindrical-coordinate representation of color #EF465F: hue angle of 351.12º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF465F is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 95 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.06 |
| HSL | 351.12º | 0.84% | 0.61% | - |
| HSV(B) | 351.12º | 0.71% | 0.94% | - |
| XYZ | 39.85 | 23.56 | 13.27 | - |
| YUV | 123.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 95 | 0 | 0.71 | 0.60 | 0.06 | 351.12 | 0.84 | 0.61 |
| Hex | EF | 46 | 5F | 0 | 47 | 3C | 6 | 15F | 54 | 3D |
| Octal | 357 | 106 | 137 | 0 | 107 | 74 | 6 | 537 | 124 | 75 |
| Binary | 11101111 | 1000110 | 1011111 | 0 | 1000111 | 111100 | 110 | 101011111 | 1010100 | 111101 |
Color Harmonies of #EF465F
Complementary color
Monochromatic Colors of #EF465F
Black with #EF465F
Text Example
Text Example
White with #EF465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF465F; }
p { color: rgb(239,70,95); }
H1.HeaderClassName
{
color: #EF465F;
}
.AnyTagClassName
{
color: #EF465F;
}
</style>
background-color css
<style>
a { background-color: #EF465F; }
a { background-color: rgb(239,70,95); }
div.DivClassName
{
background-color: #EF465F;
}
.BgClassName
{
background-color: #EF465F;
}
</style>
border-color css
<style>
span { border-color: #EF465F; }
span { border-color: rgb(239,70,95); }
td.TdClassName
{
border-color: #EF465F;
}
.TagClassName
{
border-color: #EF465F;
}
</style>