Shades of Radical Red #F71E5C
Tints of Radical Red #F71E5C
RGB
CMYK
RGB Variations
Color information
#F71E5C (or 0xF71E5C) is known color: Radical Red. HEX triplet: F7, 1E and 5C. RGB value is (247,30,92). Sum of RGB (Red+Green+Blue) = 247+30+92=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E5C is #08E1A3. Grayscale: #656565. Windows color (decimal): -582052 or 6037239. OLE color: 6037239.
HSL color Cylindrical-coordinate representation of color #F71E5C: hue angle of 342.86º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71E5C is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 92 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.03 |
| HSL | 342.86º | 0.93% | 0.54% | - |
| HSV(B) | 342.86º | 0.88% | 0.97% | - |
| XYZ | 40.75 | 21.48 | 12.12 | - |
| YUV | 101.95 | 122.39 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 92 | 0 | 0.88 | 0.63 | 0.03 | 342.86 | 0.93 | 0.54 |
| Hex | F7 | 1E | 5C | 0 | 58 | 3F | 3 | 157 | 5D | 36 |
| Octal | 367 | 36 | 134 | 0 | 130 | 77 | 3 | 527 | 135 | 66 |
| Binary | 11110111 | 11110 | 1011100 | 0 | 1011000 | 111111 | 11 | 101010111 | 1011101 | 110110 |
Color Harmonies of #F71E5C
Complementary color
Monochromatic Colors of #F71E5C
Black with #F71E5C
Text Example
Text Example
White with #F71E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E5C; }
p { color: rgb(247,30,92); }
H1.HeaderClassName
{
color: #F71E5C;
}
.AnyTagClassName
{
color: #F71E5C;
}
</style>
background-color css
<style>
a { background-color: #F71E5C; }
a { background-color: rgb(247,30,92); }
div.DivClassName
{
background-color: #F71E5C;
}
.BgClassName
{
background-color: #F71E5C;
}
</style>
border-color css
<style>
span { border-color: #F71E5C; }
span { border-color: rgb(247,30,92); }
td.TdClassName
{
border-color: #F71E5C;
}
.TagClassName
{
border-color: #F71E5C;
}
</style>