Shades of Radical Red #F24269
Tints of Radical Red #F24269
RGB
CMYK
RGB Variations
Color information
#F24269 (or 0xF24269) is known color: Radical Red. HEX triplet: F2, 42 and 69. RGB value is (242,66,105). Sum of RGB (Red+Green+Blue) = 242+66+105=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F24269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24269 is #0DBD96. Grayscale: #7B7B7B. Windows color (decimal): -900503 or 6898418. OLE color: 6898418.
HSL color Cylindrical-coordinate representation of color #F24269: hue angle of 346.7º 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 #F24269 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 105 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.05 |
| HSL | 346.7º | 0.87% | 0.6% | - |
| HSV(B) | 346.7º | 0.73% | 0.95% | - |
| XYZ | 41.12 | 23.79 | 15.79 | - |
| YUV | 123.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 105 | 0 | 0.73 | 0.57 | 0.05 | 346.7 | 0.87 | 0.6 |
| Hex | F2 | 42 | 69 | 0 | 49 | 39 | 5 | 15B | 57 | 3C |
| Octal | 362 | 102 | 151 | 0 | 111 | 71 | 5 | 533 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1101001 | 0 | 1001001 | 111001 | 101 | 101011011 | 1010111 | 111100 |
Color Harmonies of #F24269
Complementary color
Monochromatic Colors of #F24269
Black with #F24269
Text Example
Text Example
White with #F24269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24269; }
p { color: rgb(242,66,105); }
H1.HeaderClassName
{
color: #F24269;
}
.AnyTagClassName
{
color: #F24269;
}
</style>
background-color css
<style>
a { background-color: #F24269; }
a { background-color: rgb(242,66,105); }
div.DivClassName
{
background-color: #F24269;
}
.BgClassName
{
background-color: #F24269;
}
</style>
border-color css
<style>
span { border-color: #F24269; }
span { border-color: rgb(242,66,105); }
td.TdClassName
{
border-color: #F24269;
}
.TagClassName
{
border-color: #F24269;
}
</style>