Shades of Radical Red #F2454C
Tints of Radical Red #F2454C
RGB
CMYK
RGB Variations
Color information
#F2454C (or 0xF2454C) is known color: Radical Red. HEX triplet: F2, 45 and 4C. RGB value is (242,69,76). Sum of RGB (Red+Green+Blue) = 242+69+76=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2454C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2454C is #0DBAB3. Grayscale: #797979. Windows color (decimal): -899764 or 4998642. OLE color: 4998642.
HSL color Cylindrical-coordinate representation of color #F2454C: hue angle of 357.57º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2454C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 76 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.05 |
| HSL | 357.57º | 0.87% | 0.61% | - |
| HSV(B) | 357.57º | 0.71% | 0.95% | - |
| XYZ | 40.05 | 23.66 | 9.29 | - |
| YUV | 121.53 | 102.31 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 76 | 0 | 0.71 | 0.69 | 0.05 | 357.57 | 0.87 | 0.61 |
| Hex | F2 | 45 | 4C | 0 | 47 | 45 | 5 | 166 | 57 | 3D |
| Octal | 362 | 105 | 114 | 0 | 107 | 105 | 5 | 546 | 127 | 75 |
| Binary | 11110010 | 1000101 | 1001100 | 0 | 1000111 | 1000101 | 101 | 101100110 | 1010111 | 111101 |
Color Harmonies of #F2454C
Complementary color
Monochromatic Colors of #F2454C
Black with #F2454C
Text Example
Text Example
White with #F2454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2454C; }
p { color: rgb(242,69,76); }
H1.HeaderClassName
{
color: #F2454C;
}
.AnyTagClassName
{
color: #F2454C;
}
</style>
background-color css
<style>
a { background-color: #F2454C; }
a { background-color: rgb(242,69,76); }
div.DivClassName
{
background-color: #F2454C;
}
.BgClassName
{
background-color: #F2454C;
}
</style>
border-color css
<style>
span { border-color: #F2454C; }
span { border-color: rgb(242,69,76); }
td.TdClassName
{
border-color: #F2454C;
}
.TagClassName
{
border-color: #F2454C;
}
</style>