Shades of Radical Red #F2435A
Tints of Radical Red #F2435A
RGB
CMYK
RGB Variations
Color information
#F2435A (or 0xF2435A) is known color: Radical Red. HEX triplet: F2, 43 and 5A. RGB value is (242,67,90). Sum of RGB (Red+Green+Blue) = 242+67+90=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2435A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2435A is #0DBCA5. Grayscale: #7A7A7A. Windows color (decimal): -900262 or 5915634. OLE color: 5915634.
HSL color Cylindrical-coordinate representation of color #F2435A: hue angle of 352.11º 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 #F2435A is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 90 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.05 |
| HSL | 352.11º | 0.87% | 0.61% | - |
| HSV(B) | 352.11º | 0.72% | 0.95% | - |
| XYZ | 40.47 | 23.63 | 12.1 | - |
| YUV | 121.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 90 | 0 | 0.72 | 0.63 | 0.05 | 352.11 | 0.87 | 0.61 |
| Hex | F2 | 43 | 5A | 0 | 48 | 3F | 5 | 160 | 57 | 3D |
| Octal | 362 | 103 | 132 | 0 | 110 | 77 | 5 | 540 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1011010 | 0 | 1001000 | 111111 | 101 | 101100000 | 1010111 | 111101 |
Color Harmonies of #F2435A
Complementary color
Monochromatic Colors of #F2435A
Black with #F2435A
Text Example
Text Example
White with #F2435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2435A; }
p { color: rgb(242,67,90); }
H1.HeaderClassName
{
color: #F2435A;
}
.AnyTagClassName
{
color: #F2435A;
}
</style>
background-color css
<style>
a { background-color: #F2435A; }
a { background-color: rgb(242,67,90); }
div.DivClassName
{
background-color: #F2435A;
}
.BgClassName
{
background-color: #F2435A;
}
</style>
border-color css
<style>
span { border-color: #F2435A; }
span { border-color: rgb(242,67,90); }
td.TdClassName
{
border-color: #F2435A;
}
.TagClassName
{
border-color: #F2435A;
}
</style>