Shades of Radical Red #F7255F
Tints of Radical Red #F7255F
RGB
CMYK
RGB Variations
Color information
#F7255F (or 0xF7255F) is known color: Radical Red. HEX triplet: F7, 25 and 5F. RGB value is (247,37,95). Sum of RGB (Red+Green+Blue) = 247+37+95=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F7255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7255F is #08DAA0. Grayscale: #6A6A6A. Windows color (decimal): -580257 or 6235639. OLE color: 6235639.
HSL color Cylindrical-coordinate representation of color #F7255F: hue angle of 343.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7255F is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 95 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.03 |
| HSL | 343.43º | 0.93% | 0.56% | - |
| HSV(B) | 343.43º | 0.85% | 0.97% | - |
| XYZ | 41.08 | 21.92 | 12.89 | - |
| YUV | 106.4 | 121.57 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 95 | 0 | 0.85 | 0.62 | 0.03 | 343.43 | 0.93 | 0.56 |
| Hex | F7 | 25 | 5F | 0 | 55 | 3E | 3 | 157 | 5D | 38 |
| Octal | 367 | 45 | 137 | 0 | 125 | 76 | 3 | 527 | 135 | 70 |
| Binary | 11110111 | 100101 | 1011111 | 0 | 1010101 | 111110 | 11 | 101010111 | 1011101 | 111000 |
Color Harmonies of #F7255F
Complementary color
Monochromatic Colors of #F7255F
Black with #F7255F
Text Example
Text Example
White with #F7255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7255F; }
p { color: rgb(247,37,95); }
H1.HeaderClassName
{
color: #F7255F;
}
.AnyTagClassName
{
color: #F7255F;
}
</style>
background-color css
<style>
a { background-color: #F7255F; }
a { background-color: rgb(247,37,95); }
div.DivClassName
{
background-color: #F7255F;
}
.BgClassName
{
background-color: #F7255F;
}
</style>
border-color css
<style>
span { border-color: #F7255F; }
span { border-color: rgb(247,37,95); }
td.TdClassName
{
border-color: #F7255F;
}
.TagClassName
{
border-color: #F7255F;
}
</style>