Shades of Radical Red #F2445B
Tints of Radical Red #F2445B
RGB
CMYK
RGB Variations
Color information
#F2445B (or 0xF2445B) is known color: Radical Red. HEX triplet: F2, 44 and 5B. RGB value is (242,68,91). Sum of RGB (Red+Green+Blue) = 242+68+91=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2445B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2445B is #0DBBA4. Grayscale: #7A7A7A. Windows color (decimal): -900005 or 5981426. OLE color: 5981426.
HSL color Cylindrical-coordinate representation of color #F2445B: hue angle of 352.07º 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 #F2445B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 91 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.05 |
| HSL | 352.07º | 0.87% | 0.61% | - |
| HSV(B) | 352.07º | 0.72% | 0.95% | - |
| XYZ | 40.57 | 23.77 | 12.35 | - |
| YUV | 122.65 | 110.15 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 91 | 0 | 0.72 | 0.62 | 0.05 | 352.07 | 0.87 | 0.61 |
| Hex | F2 | 44 | 5B | 0 | 48 | 3E | 5 | 160 | 57 | 3D |
| Octal | 362 | 104 | 133 | 0 | 110 | 76 | 5 | 540 | 127 | 75 |
| Binary | 11110010 | 1000100 | 1011011 | 0 | 1001000 | 111110 | 101 | 101100000 | 1010111 | 111101 |
Color Harmonies of #F2445B
Complementary color
Monochromatic Colors of #F2445B
Black with #F2445B
Text Example
Text Example
White with #F2445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2445B; }
p { color: rgb(242,68,91); }
H1.HeaderClassName
{
color: #F2445B;
}
.AnyTagClassName
{
color: #F2445B;
}
</style>
background-color css
<style>
a { background-color: #F2445B; }
a { background-color: rgb(242,68,91); }
div.DivClassName
{
background-color: #F2445B;
}
.BgClassName
{
background-color: #F2445B;
}
</style>
border-color css
<style>
span { border-color: #F2445B; }
span { border-color: rgb(242,68,91); }
td.TdClassName
{
border-color: #F2445B;
}
.TagClassName
{
border-color: #F2445B;
}
</style>