Shades of Radical Red #F24265
Tints of Radical Red #F24265
RGB
CMYK
RGB Variations
Color information
#F24265 (or 0xF24265) is known color: Radical Red. HEX triplet: F2, 42 and 65. RGB value is (242,66,101). Sum of RGB (Red+Green+Blue) = 242+66+101=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F24265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24265 is #0DBD9A. Grayscale: #7A7A7A. Windows color (decimal): -900507 or 6636274. OLE color: 6636274.
HSL color Cylindrical-coordinate representation of color #F24265: hue angle of 348.07º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F24265 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 101 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.05 |
| HSL | 348.07º | 0.87% | 0.6% | - |
| HSV(B) | 348.07º | 0.73% | 0.95% | - |
| XYZ | 40.92 | 23.71 | 14.73 | - |
| YUV | 122.61 | 115.81 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 101 | 0 | 0.73 | 0.58 | 0.05 | 348.07 | 0.87 | 0.6 |
| Hex | F2 | 42 | 65 | 0 | 49 | 3A | 5 | 15C | 57 | 3C |
| Octal | 362 | 102 | 145 | 0 | 111 | 72 | 5 | 534 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1100101 | 0 | 1001001 | 111010 | 101 | 101011100 | 1010111 | 111100 |
Color Harmonies of #F24265
Complementary color
Monochromatic Colors of #F24265
Black with #F24265
Text Example
Text Example
White with #F24265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24265; }
p { color: rgb(242,66,101); }
H1.HeaderClassName
{
color: #F24265;
}
.AnyTagClassName
{
color: #F24265;
}
</style>
background-color css
<style>
a { background-color: #F24265; }
a { background-color: rgb(242,66,101); }
div.DivClassName
{
background-color: #F24265;
}
.BgClassName
{
background-color: #F24265;
}
</style>
border-color css
<style>
span { border-color: #F24265; }
span { border-color: rgb(242,66,101); }
td.TdClassName
{
border-color: #F24265;
}
.TagClassName
{
border-color: #F24265;
}
</style>