Shades of Radical Red #F2436F
Tints of Radical Red #F2436F
RGB
CMYK
RGB Variations
Color information
#F2436F (or 0xF2436F) is known color: Radical Red. HEX triplet: F2, 43 and 6F. RGB value is (242,67,111). Sum of RGB (Red+Green+Blue) = 242+67+111=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2436F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2436F is #0DBC90. Grayscale: #7C7C7C. Windows color (decimal): -900241 or 7291890. OLE color: 7291890.
HSL color Cylindrical-coordinate representation of color #F2436F: hue angle of 344.91º 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 #F2436F is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 111 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.05 |
| HSL | 344.91º | 0.87% | 0.61% | - |
| HSV(B) | 344.91º | 0.72% | 0.95% | - |
| XYZ | 41.49 | 24.04 | 17.49 | - |
| YUV | 124.34 | 120.48 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 111 | 0 | 0.72 | 0.54 | 0.05 | 344.91 | 0.87 | 0.61 |
| Hex | F2 | 43 | 6F | 0 | 48 | 36 | 5 | 159 | 57 | 3D |
| Octal | 362 | 103 | 157 | 0 | 110 | 66 | 5 | 531 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1101111 | 0 | 1001000 | 110110 | 101 | 101011001 | 1010111 | 111101 |
Color Harmonies of #F2436F
Complementary color
Monochromatic Colors of #F2436F
Black with #F2436F
Text Example
Text Example
White with #F2436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2436F; }
p { color: rgb(242,67,111); }
H1.HeaderClassName
{
color: #F2436F;
}
.AnyTagClassName
{
color: #F2436F;
}
</style>
background-color css
<style>
a { background-color: #F2436F; }
a { background-color: rgb(242,67,111); }
div.DivClassName
{
background-color: #F2436F;
}
.BgClassName
{
background-color: #F2436F;
}
</style>
border-color css
<style>
span { border-color: #F2436F; }
span { border-color: rgb(242,67,111); }
td.TdClassName
{
border-color: #F2436F;
}
.TagClassName
{
border-color: #F2436F;
}
</style>