Shades of Radical Red #F04265
Tints of Radical Red #F04265
RGB
CMYK
RGB Variations
Color information
#F04265 (or 0xF04265) is known color: Radical Red. HEX triplet: F0, 42 and 65. RGB value is (240,66,101). Sum of RGB (Red+Green+Blue) = 240+66+101=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F04265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04265 is #0FBD9A. Grayscale: #7A7A7A. Windows color (decimal): -1031579 or 6636272. OLE color: 6636272.
HSL color Cylindrical-coordinate representation of color #F04265: hue angle of 347.93º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04265 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 101 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.06 |
| HSL | 347.93º | 0.85% | 0.6% | - |
| HSV(B) | 347.93º | 0.73% | 0.94% | - |
| XYZ | 40.23 | 23.36 | 14.7 | - |
| YUV | 122.02 | 116.15 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 101 | 0 | 0.72 | 0.58 | 0.06 | 347.93 | 0.85 | 0.6 |
| Hex | F0 | 42 | 65 | 0 | 48 | 3A | 6 | 15C | 55 | 3C |
| Octal | 360 | 102 | 145 | 0 | 110 | 72 | 6 | 534 | 125 | 74 |
| Binary | 11110000 | 1000010 | 1100101 | 0 | 1001000 | 111010 | 110 | 101011100 | 1010101 | 111100 |
Color Harmonies of #F04265
Complementary color
Monochromatic Colors of #F04265
Black with #F04265
Text Example
Text Example
White with #F04265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04265; }
p { color: rgb(240,66,101); }
H1.HeaderClassName
{
color: #F04265;
}
.AnyTagClassName
{
color: #F04265;
}
</style>
background-color css
<style>
a { background-color: #F04265; }
a { background-color: rgb(240,66,101); }
div.DivClassName
{
background-color: #F04265;
}
.BgClassName
{
background-color: #F04265;
}
</style>
border-color css
<style>
span { border-color: #F04265; }
span { border-color: rgb(240,66,101); }
td.TdClassName
{
border-color: #F04265;
}
.TagClassName
{
border-color: #F04265;
}
</style>