Shades of Radical Red #F2435E
Tints of Radical Red #F2435E
RGB
CMYK
RGB Variations
Color information
#F2435E (or 0xF2435E) is known color: Radical Red. HEX triplet: F2, 43 and 5E. RGB value is (242,67,94). Sum of RGB (Red+Green+Blue) = 242+67+94=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2435E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2435E is #0DBCA1. Grayscale: #7A7A7A. Windows color (decimal): -900258 or 6177778. OLE color: 6177778.
HSL color Cylindrical-coordinate representation of color #F2435E: hue angle of 350.74º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2435E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 94 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.05 |
| HSL | 350.74º | 0.87% | 0.61% | - |
| HSV(B) | 350.74º | 0.72% | 0.95% | - |
| XYZ | 40.65 | 23.7 | 13.02 | - |
| YUV | 122.4 | 111.98 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 94 | 0 | 0.72 | 0.61 | 0.05 | 350.74 | 0.87 | 0.61 |
| Hex | F2 | 43 | 5E | 0 | 48 | 3D | 5 | 15F | 57 | 3D |
| Octal | 362 | 103 | 136 | 0 | 110 | 75 | 5 | 537 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1011110 | 0 | 1001000 | 111101 | 101 | 101011111 | 1010111 | 111101 |
Color Harmonies of #F2435E
Complementary color
Monochromatic Colors of #F2435E
Black with #F2435E
Text Example
Text Example
White with #F2435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2435E; }
p { color: rgb(242,67,94); }
H1.HeaderClassName
{
color: #F2435E;
}
.AnyTagClassName
{
color: #F2435E;
}
</style>
background-color css
<style>
a { background-color: #F2435E; }
a { background-color: rgb(242,67,94); }
div.DivClassName
{
background-color: #F2435E;
}
.BgClassName
{
background-color: #F2435E;
}
</style>
border-color css
<style>
span { border-color: #F2435E; }
span { border-color: rgb(242,67,94); }
td.TdClassName
{
border-color: #F2435E;
}
.TagClassName
{
border-color: #F2435E;
}
</style>