Shades of Radical Red #F0455B
Tints of Radical Red #F0455B
RGB
CMYK
RGB Variations
Color information
#F0455B (or 0xF0455B) is known color: Radical Red. HEX triplet: F0, 45 and 5B. RGB value is (240,69,91). Sum of RGB (Red+Green+Blue) = 240+69+91=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0455B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0455B is #0FBAA4. Grayscale: #7A7A7A. Windows color (decimal): -1030821 or 5981680. OLE color: 5981680.
HSL color Cylindrical-coordinate representation of color #F0455B: hue angle of 352.28º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0455B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 91 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.06 |
| HSL | 352.28º | 0.85% | 0.61% | - |
| HSV(B) | 352.28º | 0.71% | 0.94% | - |
| XYZ | 39.95 | 23.54 | 12.33 | - |
| YUV | 122.64 | 110.15 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 91 | 0 | 0.71 | 0.62 | 0.06 | 352.28 | 0.85 | 0.61 |
| Hex | F0 | 45 | 5B | 0 | 47 | 3E | 6 | 160 | 55 | 3D |
| Octal | 360 | 105 | 133 | 0 | 107 | 76 | 6 | 540 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1011011 | 0 | 1000111 | 111110 | 110 | 101100000 | 1010101 | 111101 |
Color Harmonies of #F0455B
Complementary color
Monochromatic Colors of #F0455B
Black with #F0455B
Text Example
Text Example
White with #F0455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0455B; }
p { color: rgb(240,69,91); }
H1.HeaderClassName
{
color: #F0455B;
}
.AnyTagClassName
{
color: #F0455B;
}
</style>
background-color css
<style>
a { background-color: #F0455B; }
a { background-color: rgb(240,69,91); }
div.DivClassName
{
background-color: #F0455B;
}
.BgClassName
{
background-color: #F0455B;
}
</style>
border-color css
<style>
span { border-color: #F0455B; }
span { border-color: rgb(240,69,91); }
td.TdClassName
{
border-color: #F0455B;
}
.TagClassName
{
border-color: #F0455B;
}
</style>