Shades of Radical Red #F24468
Tints of Radical Red #F24468
RGB
CMYK
RGB Variations
Color information
#F24468 (or 0xF24468) is known color: Radical Red. HEX triplet: F2, 44 and 68. RGB value is (242,68,104). Sum of RGB (Red+Green+Blue) = 242+68+104=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F24468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24468 is #0DBB97. Grayscale: #7C7C7C. Windows color (decimal): -899992 or 6833394. OLE color: 6833394.
HSL color Cylindrical-coordinate representation of color #F24468: hue angle of 347.59º 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 #F24468 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 104 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.05 |
| HSL | 347.59º | 0.87% | 0.61% | - |
| HSV(B) | 347.59º | 0.72% | 0.95% | - |
| XYZ | 41.18 | 24.01 | 15.56 | - |
| YUV | 124.13 | 116.65 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 104 | 0 | 0.72 | 0.57 | 0.05 | 347.59 | 0.87 | 0.61 |
| Hex | F2 | 44 | 68 | 0 | 48 | 39 | 5 | 15C | 57 | 3D |
| Octal | 362 | 104 | 150 | 0 | 110 | 71 | 5 | 534 | 127 | 75 |
| Binary | 11110010 | 1000100 | 1101000 | 0 | 1001000 | 111001 | 101 | 101011100 | 1010111 | 111101 |
Color Harmonies of #F24468
Complementary color
Monochromatic Colors of #F24468
Black with #F24468
Text Example
Text Example
White with #F24468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24468; }
p { color: rgb(242,68,104); }
H1.HeaderClassName
{
color: #F24468;
}
.AnyTagClassName
{
color: #F24468;
}
</style>
background-color css
<style>
a { background-color: #F24468; }
a { background-color: rgb(242,68,104); }
div.DivClassName
{
background-color: #F24468;
}
.BgClassName
{
background-color: #F24468;
}
</style>
border-color css
<style>
span { border-color: #F24468; }
span { border-color: rgb(242,68,104); }
td.TdClassName
{
border-color: #F24468;
}
.TagClassName
{
border-color: #F24468;
}
</style>