Shades of Radical Red #F2484D
Tints of Radical Red #F2484D
RGB
CMYK
RGB Variations
Color information
#F2484D (or 0xF2484D) is known color: Radical Red. HEX triplet: F2, 48 and 4D. RGB value is (242,72,77). Sum of RGB (Red+Green+Blue) = 242+72+77=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2484D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2484D is #0DB7B2. Grayscale: #7B7B7B. Windows color (decimal): -898995 or 5064946. OLE color: 5064946.
HSL color Cylindrical-coordinate representation of color #F2484D: hue angle of 358.24º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2484D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 77 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.05 |
| HSL | 358.24º | 0.87% | 0.62% | - |
| HSV(B) | 358.24º | 0.7% | 0.95% | - |
| XYZ | 40.27 | 24.05 | 9.54 | - |
| YUV | 123.4 | 101.82 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 77 | 0 | 0.70 | 0.68 | 0.05 | 358.24 | 0.87 | 0.62 |
| Hex | F2 | 48 | 4D | 0 | 46 | 44 | 5 | 166 | 57 | 3E |
| Octal | 362 | 110 | 115 | 0 | 106 | 104 | 5 | 546 | 127 | 76 |
| Binary | 11110010 | 1001000 | 1001101 | 0 | 1000110 | 1000100 | 101 | 101100110 | 1010111 | 111110 |
Color Harmonies of #F2484D
Complementary color
Monochromatic Colors of #F2484D
Black with #F2484D
Text Example
Text Example
White with #F2484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2484D; }
p { color: rgb(242,72,77); }
H1.HeaderClassName
{
color: #F2484D;
}
.AnyTagClassName
{
color: #F2484D;
}
</style>
background-color css
<style>
a { background-color: #F2484D; }
a { background-color: rgb(242,72,77); }
div.DivClassName
{
background-color: #F2484D;
}
.BgClassName
{
background-color: #F2484D;
}
</style>
border-color css
<style>
span { border-color: #F2484D; }
span { border-color: rgb(242,72,77); }
td.TdClassName
{
border-color: #F2484D;
}
.TagClassName
{
border-color: #F2484D;
}
</style>