Shades of Radical Red #F2435B
Tints of Radical Red #F2435B
RGB
CMYK
RGB Variations
Color information
#F2435B (or 0xF2435B) is known color: Radical Red. HEX triplet: F2, 43 and 5B. RGB value is (242,67,91). Sum of RGB (Red+Green+Blue) = 242+67+91=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2435B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2435B is #0DBCA4. Grayscale: #7A7A7A. Windows color (decimal): -900261 or 5981170. OLE color: 5981170.
HSL color Cylindrical-coordinate representation of color #F2435B: hue angle of 351.77º 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 #F2435B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 91 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.05 |
| HSL | 351.77º | 0.87% | 0.61% | - |
| HSV(B) | 351.77º | 0.72% | 0.95% | - |
| XYZ | 40.51 | 23.65 | 12.33 | - |
| YUV | 122.06 | 110.48 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 91 | 0 | 0.72 | 0.62 | 0.05 | 351.77 | 0.87 | 0.61 |
| Hex | F2 | 43 | 5B | 0 | 48 | 3E | 5 | 160 | 57 | 3D |
| Octal | 362 | 103 | 133 | 0 | 110 | 76 | 5 | 540 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1011011 | 0 | 1001000 | 111110 | 101 | 101100000 | 1010111 | 111101 |
Color Harmonies of #F2435B
Complementary color
Monochromatic Colors of #F2435B
Black with #F2435B
Text Example
Text Example
White with #F2435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2435B; }
p { color: rgb(242,67,91); }
H1.HeaderClassName
{
color: #F2435B;
}
.AnyTagClassName
{
color: #F2435B;
}
</style>
background-color css
<style>
a { background-color: #F2435B; }
a { background-color: rgb(242,67,91); }
div.DivClassName
{
background-color: #F2435B;
}
.BgClassName
{
background-color: #F2435B;
}
</style>
border-color css
<style>
span { border-color: #F2435B; }
span { border-color: rgb(242,67,91); }
td.TdClassName
{
border-color: #F2435B;
}
.TagClassName
{
border-color: #F2435B;
}
</style>