Shades of Radical Red #F04F5B
Tints of Radical Red #F04F5B
RGB
CMYK
RGB Variations
Color information
#F04F5B (or 0xF04F5B) is known color: Radical Red. HEX triplet: F0, 4F and 5B. RGB value is (240,79,91). Sum of RGB (Red+Green+Blue) = 240+79+91=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F5B is #0FB0A4. Grayscale: #808080. Windows color (decimal): -1028261 or 5984240. OLE color: 5984240.
HSL color Cylindrical-coordinate representation of color #F04F5B: hue angle of 355.53º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04F5B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 91 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.06 |
| HSL | 355.53º | 0.84% | 0.63% | - |
| HSV(B) | 355.53º | 0.67% | 0.94% | - |
| XYZ | 40.62 | 24.87 | 12.56 | - |
| YUV | 128.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 91 | 0 | 0.67 | 0.62 | 0.06 | 355.53 | 0.84 | 0.63 |
| Hex | F0 | 4F | 5B | 0 | 43 | 3E | 6 | 164 | 54 | 3F |
| Octal | 360 | 117 | 133 | 0 | 103 | 76 | 6 | 544 | 124 | 77 |
| Binary | 11110000 | 1001111 | 1011011 | 0 | 1000011 | 111110 | 110 | 101100100 | 1010100 | 111111 |
Color Harmonies of #F04F5B
Complementary color
Monochromatic Colors of #F04F5B
Black with #F04F5B
Text Example
Text Example
White with #F04F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F5B; }
p { color: rgb(240,79,91); }
H1.HeaderClassName
{
color: #F04F5B;
}
.AnyTagClassName
{
color: #F04F5B;
}
</style>
background-color css
<style>
a { background-color: #F04F5B; }
a { background-color: rgb(240,79,91); }
div.DivClassName
{
background-color: #F04F5B;
}
.BgClassName
{
background-color: #F04F5B;
}
</style>
border-color css
<style>
span { border-color: #F04F5B; }
span { border-color: rgb(240,79,91); }
td.TdClassName
{
border-color: #F04F5B;
}
.TagClassName
{
border-color: #F04F5B;
}
</style>