Shades of Radical Red #F2335B
Tints of Radical Red #F2335B
RGB
CMYK
RGB Variations
Color information
#F2335B (or 0xF2335B) is known color: Radical Red. HEX triplet: F2, 33 and 5B. RGB value is (242,51,91). Sum of RGB (Red+Green+Blue) = 242+51+91=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2335B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2335B is #0DCCA4. Grayscale: #707070. Windows color (decimal): -904357 or 5977074. OLE color: 5977074.
HSL color Cylindrical-coordinate representation of color #F2335B: hue angle of 347.43º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2335B is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 91 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.05 |
| HSL | 347.43º | 0.88% | 0.57% | - |
| HSV(B) | 347.43º | 0.79% | 0.95% | - |
| XYZ | 39.69 | 22 | 12.05 | - |
| YUV | 112.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 91 | 0 | 0.79 | 0.62 | 0.05 | 347.43 | 0.88 | 0.57 |
| Hex | F2 | 33 | 5B | 0 | 4F | 3E | 5 | 15B | 58 | 39 |
| Octal | 362 | 63 | 133 | 0 | 117 | 76 | 5 | 533 | 130 | 71 |
| Binary | 11110010 | 110011 | 1011011 | 0 | 1001111 | 111110 | 101 | 101011011 | 1011000 | 111001 |
Color Harmonies of #F2335B
Complementary color
Monochromatic Colors of #F2335B
Black with #F2335B
Text Example
Text Example
White with #F2335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2335B; }
p { color: rgb(242,51,91); }
H1.HeaderClassName
{
color: #F2335B;
}
.AnyTagClassName
{
color: #F2335B;
}
</style>
background-color css
<style>
a { background-color: #F2335B; }
a { background-color: rgb(242,51,91); }
div.DivClassName
{
background-color: #F2335B;
}
.BgClassName
{
background-color: #F2335B;
}
</style>
border-color css
<style>
span { border-color: #F2335B; }
span { border-color: rgb(242,51,91); }
td.TdClassName
{
border-color: #F2335B;
}
.TagClassName
{
border-color: #F2335B;
}
</style>