Shades of Radical Red #F2464B
Tints of Radical Red #F2464B
RGB
CMYK
RGB Variations
Color information
#F2464B (or 0xF2464B) is known color: Radical Red. HEX triplet: F2, 46 and 4B. RGB value is (242,70,75). Sum of RGB (Red+Green+Blue) = 242+70+75=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2464B is #0DB9B4. Grayscale: #7A7A7A. Windows color (decimal): -899509 or 4933362. OLE color: 4933362.
HSL color Cylindrical-coordinate representation of color #F2464B: hue angle of 358.26º 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 #F2464B is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 75 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.05 |
| HSL | 358.26º | 0.87% | 0.61% | - |
| HSV(B) | 358.26º | 0.71% | 0.95% | - |
| XYZ | 40.08 | 23.77 | 9.13 | - |
| YUV | 122 | 101.48 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 75 | 0 | 0.71 | 0.69 | 0.05 | 358.26 | 0.87 | 0.61 |
| Hex | F2 | 46 | 4B | 0 | 47 | 45 | 5 | 166 | 57 | 3D |
| Octal | 362 | 106 | 113 | 0 | 107 | 105 | 5 | 546 | 127 | 75 |
| Binary | 11110010 | 1000110 | 1001011 | 0 | 1000111 | 1000101 | 101 | 101100110 | 1010111 | 111101 |
Color Harmonies of #F2464B
Complementary color
Monochromatic Colors of #F2464B
Black with #F2464B
Text Example
Text Example
White with #F2464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2464B; }
p { color: rgb(242,70,75); }
H1.HeaderClassName
{
color: #F2464B;
}
.AnyTagClassName
{
color: #F2464B;
}
</style>
background-color css
<style>
a { background-color: #F2464B; }
a { background-color: rgb(242,70,75); }
div.DivClassName
{
background-color: #F2464B;
}
.BgClassName
{
background-color: #F2464B;
}
</style>
border-color css
<style>
span { border-color: #F2464B; }
span { border-color: rgb(242,70,75); }
td.TdClassName
{
border-color: #F2464B;
}
.TagClassName
{
border-color: #F2464B;
}
</style>