Shades of Radical Red #F5255F
Tints of Radical Red #F5255F
RGB
CMYK
RGB Variations
Color information
#F5255F (or 0xF5255F) is known color: Radical Red. HEX triplet: F5, 25 and 5F. RGB value is (245,37,95). Sum of RGB (Red+Green+Blue) = 245+37+95=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5255F is #0ADAA0. Grayscale: #696969. Windows color (decimal): -711329 or 6235637. OLE color: 6235637.
HSL color Cylindrical-coordinate representation of color #F5255F: hue angle of 343.27º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5255F is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 95 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.04 |
| HSL | 343.27º | 0.91% | 0.55% | - |
| HSV(B) | 343.27º | 0.85% | 0.96% | - |
| XYZ | 40.38 | 21.56 | 12.86 | - |
| YUV | 105.8 | 121.91 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 95 | 0 | 0.85 | 0.61 | 0.04 | 343.27 | 0.91 | 0.55 |
| Hex | F5 | 25 | 5F | 0 | 55 | 3D | 4 | 157 | 5B | 37 |
| Octal | 365 | 45 | 137 | 0 | 125 | 75 | 4 | 527 | 133 | 67 |
| Binary | 11110101 | 100101 | 1011111 | 0 | 1010101 | 111101 | 100 | 101010111 | 1011011 | 110111 |
Color Harmonies of #F5255F
Complementary color
Monochromatic Colors of #F5255F
Black with #F5255F
Text Example
Text Example
White with #F5255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5255F; }
p { color: rgb(245,37,95); }
H1.HeaderClassName
{
color: #F5255F;
}
.AnyTagClassName
{
color: #F5255F;
}
</style>
background-color css
<style>
a { background-color: #F5255F; }
a { background-color: rgb(245,37,95); }
div.DivClassName
{
background-color: #F5255F;
}
.BgClassName
{
background-color: #F5255F;
}
</style>
border-color css
<style>
span { border-color: #F5255F; }
span { border-color: rgb(245,37,95); }
td.TdClassName
{
border-color: #F5255F;
}
.TagClassName
{
border-color: #F5255F;
}
</style>