Shades of Radical Red #F02F63
Tints of Radical Red #F02F63
RGB
CMYK
RGB Variations
Color information
#F02F63 (or 0xF02F63) is known color: Radical Red. HEX triplet: F0, 2F and 63. RGB value is (240,47,99). Sum of RGB (Red+Green+Blue) = 240+47+99=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02F63 is #0FD09C. Grayscale: #6E6E6E. Windows color (decimal): -1036445 or 6500336. OLE color: 6500336.
HSL color Cylindrical-coordinate representation of color #F02F63: hue angle of 343.83º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02F63 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 99 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.06 |
| HSL | 343.83º | 0.87% | 0.56% | - |
| HSV(B) | 343.83º | 0.8% | 0.94% | - |
| XYZ | 39.2 | 21.46 | 13.88 | - |
| YUV | 110.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 99 | 0 | 0.80 | 0.59 | 0.06 | 343.83 | 0.87 | 0.56 |
| Hex | F0 | 2F | 63 | 0 | 50 | 3B | 6 | 158 | 57 | 38 |
| Octal | 360 | 57 | 143 | 0 | 120 | 73 | 6 | 530 | 127 | 70 |
| Binary | 11110000 | 101111 | 1100011 | 0 | 1010000 | 111011 | 110 | 101011000 | 1010111 | 111000 |
Color Harmonies of #F02F63
Complementary color
Monochromatic Colors of #F02F63
Black with #F02F63
Text Example
Text Example
White with #F02F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02F63; }
p { color: rgb(240,47,99); }
H1.HeaderClassName
{
color: #F02F63;
}
.AnyTagClassName
{
color: #F02F63;
}
</style>
background-color css
<style>
a { background-color: #F02F63; }
a { background-color: rgb(240,47,99); }
div.DivClassName
{
background-color: #F02F63;
}
.BgClassName
{
background-color: #F02F63;
}
</style>
border-color css
<style>
span { border-color: #F02F63; }
span { border-color: rgb(240,47,99); }
td.TdClassName
{
border-color: #F02F63;
}
.TagClassName
{
border-color: #F02F63;
}
</style>