Shades of Radical Red #F2434C
Tints of Radical Red #F2434C
RGB
CMYK
RGB Variations
Color information
#F2434C (or 0xF2434C) is known color: Radical Red. HEX triplet: F2, 43 and 4C. RGB value is (242,67,76). Sum of RGB (Red+Green+Blue) = 242+67+76=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2434C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2434C is #0DBCB3. Grayscale: #787878. Windows color (decimal): -900276 or 4998130. OLE color: 4998130.
HSL color Cylindrical-coordinate representation of color #F2434C: hue angle of 356.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 #F2434C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 76 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.05 |
| HSL | 356.91º | 0.87% | 0.61% | - |
| HSV(B) | 356.91º | 0.72% | 0.95% | - |
| XYZ | 39.93 | 23.41 | 9.25 | - |
| YUV | 120.35 | 102.98 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 76 | 0 | 0.72 | 0.69 | 0.05 | 356.91 | 0.87 | 0.61 |
| Hex | F2 | 43 | 4C | 0 | 48 | 45 | 5 | 165 | 57 | 3D |
| Octal | 362 | 103 | 114 | 0 | 110 | 105 | 5 | 545 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1001100 | 0 | 1001000 | 1000101 | 101 | 101100101 | 1010111 | 111101 |
Color Harmonies of #F2434C
Complementary color
Monochromatic Colors of #F2434C
Black with #F2434C
Text Example
Text Example
White with #F2434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2434C; }
p { color: rgb(242,67,76); }
H1.HeaderClassName
{
color: #F2434C;
}
.AnyTagClassName
{
color: #F2434C;
}
</style>
background-color css
<style>
a { background-color: #F2434C; }
a { background-color: rgb(242,67,76); }
div.DivClassName
{
background-color: #F2434C;
}
.BgClassName
{
background-color: #F2434C;
}
</style>
border-color css
<style>
span { border-color: #F2434C; }
span { border-color: rgb(242,67,76); }
td.TdClassName
{
border-color: #F2434C;
}
.TagClassName
{
border-color: #F2434C;
}
</style>