Shades of Radical Red #F24350
Tints of Radical Red #F24350
RGB
CMYK
RGB Variations
Color information
#F24350 (or 0xF24350) is known color: Radical Red. HEX triplet: F2, 43 and 50. RGB value is (242,67,80). Sum of RGB (Red+Green+Blue) = 242+67+80=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F24350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24350 is #0DBCAF. Grayscale: #787878. Windows color (decimal): -900272 or 5260274. OLE color: 5260274.
HSL color Cylindrical-coordinate representation of color #F24350: hue angle of 355.54º 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 #F24350 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 80 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.05 |
| HSL | 355.54º | 0.87% | 0.61% | - |
| HSV(B) | 355.54º | 0.72% | 0.95% | - |
| XYZ | 40.07 | 23.47 | 10.01 | - |
| YUV | 120.81 | 104.98 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 80 | 0 | 0.72 | 0.67 | 0.05 | 355.54 | 0.87 | 0.61 |
| Hex | F2 | 43 | 50 | 0 | 48 | 43 | 5 | 164 | 57 | 3D |
| Octal | 362 | 103 | 120 | 0 | 110 | 103 | 5 | 544 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1010000 | 0 | 1001000 | 1000011 | 101 | 101100100 | 1010111 | 111101 |
Color Harmonies of #F24350
Complementary color
Monochromatic Colors of #F24350
Black with #F24350
Text Example
Text Example
White with #F24350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24350; }
p { color: rgb(242,67,80); }
H1.HeaderClassName
{
color: #F24350;
}
.AnyTagClassName
{
color: #F24350;
}
</style>
background-color css
<style>
a { background-color: #F24350; }
a { background-color: rgb(242,67,80); }
div.DivClassName
{
background-color: #F24350;
}
.BgClassName
{
background-color: #F24350;
}
</style>
border-color css
<style>
span { border-color: #F24350; }
span { border-color: rgb(242,67,80); }
td.TdClassName
{
border-color: #F24350;
}
.TagClassName
{
border-color: #F24350;
}
</style>