Shades of Radical Red #F5256D
Tints of Radical Red #F5256D
RGB
CMYK
RGB Variations
Color information
#F5256D (or 0xF5256D) is known color: Radical Red. HEX triplet: F5, 25 and 6D. RGB value is (245,37,109). Sum of RGB (Red+Green+Blue) = 245+37+109=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F5256D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5256D is #0ADA92. Grayscale: #6B6B6B. Windows color (decimal): -711315 or 7153141. OLE color: 7153141.
HSL color Cylindrical-coordinate representation of color #F5256D: hue angle of 339.23º 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 #F5256D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 109 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.04 |
| HSL | 339.23º | 0.91% | 0.55% | - |
| HSV(B) | 339.23º | 0.85% | 0.96% | - |
| XYZ | 41.08 | 21.84 | 16.52 | - |
| YUV | 107.4 | 128.91 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 109 | 0 | 0.85 | 0.56 | 0.04 | 339.23 | 0.91 | 0.55 |
| Hex | F5 | 25 | 6D | 0 | 55 | 38 | 4 | 153 | 5B | 37 |
| Octal | 365 | 45 | 155 | 0 | 125 | 70 | 4 | 523 | 133 | 67 |
| Binary | 11110101 | 100101 | 1101101 | 0 | 1010101 | 111000 | 100 | 101010011 | 1011011 | 110111 |
Color Harmonies of #F5256D
Complementary color
Monochromatic Colors of #F5256D
Black with #F5256D
Text Example
Text Example
White with #F5256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5256D; }
p { color: rgb(245,37,109); }
H1.HeaderClassName
{
color: #F5256D;
}
.AnyTagClassName
{
color: #F5256D;
}
</style>
background-color css
<style>
a { background-color: #F5256D; }
a { background-color: rgb(245,37,109); }
div.DivClassName
{
background-color: #F5256D;
}
.BgClassName
{
background-color: #F5256D;
}
</style>
border-color css
<style>
span { border-color: #F5256D; }
span { border-color: rgb(245,37,109); }
td.TdClassName
{
border-color: #F5256D;
}
.TagClassName
{
border-color: #F5256D;
}
</style>