Shades of Radical Red #F2455B
Tints of Radical Red #F2455B
RGB
CMYK
RGB Variations
Color information
#F2455B (or 0xF2455B) is known color: Radical Red. HEX triplet: F2, 45 and 5B. RGB value is (242,69,91). Sum of RGB (Red+Green+Blue) = 242+69+91=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2455B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2455B is #0DBAA4. Grayscale: #7B7B7B. Windows color (decimal): -899749 or 5981682. OLE color: 5981682.
HSL color Cylindrical-coordinate representation of color #F2455B: hue angle of 352.37º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2455B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 91 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.05 |
| HSL | 352.37º | 0.87% | 0.61% | - |
| HSV(B) | 352.37º | 0.71% | 0.95% | - |
| XYZ | 40.63 | 23.89 | 12.37 | - |
| YUV | 123.24 | 109.81 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 91 | 0 | 0.71 | 0.62 | 0.05 | 352.37 | 0.87 | 0.61 |
| Hex | F2 | 45 | 5B | 0 | 47 | 3E | 5 | 160 | 57 | 3D |
| Octal | 362 | 105 | 133 | 0 | 107 | 76 | 5 | 540 | 127 | 75 |
| Binary | 11110010 | 1000101 | 1011011 | 0 | 1000111 | 111110 | 101 | 101100000 | 1010111 | 111101 |
Color Harmonies of #F2455B
Complementary color
Monochromatic Colors of #F2455B
Black with #F2455B
Text Example
Text Example
White with #F2455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2455B; }
p { color: rgb(242,69,91); }
H1.HeaderClassName
{
color: #F2455B;
}
.AnyTagClassName
{
color: #F2455B;
}
</style>
background-color css
<style>
a { background-color: #F2455B; }
a { background-color: rgb(242,69,91); }
div.DivClassName
{
background-color: #F2455B;
}
.BgClassName
{
background-color: #F2455B;
}
</style>
border-color css
<style>
span { border-color: #F2455B; }
span { border-color: rgb(242,69,91); }
td.TdClassName
{
border-color: #F2455B;
}
.TagClassName
{
border-color: #F2455B;
}
</style>