Shades of Radical Red #F5256C
Tints of Radical Red #F5256C
RGB
CMYK
RGB Variations
Color information
#F5256C (or 0xF5256C) is known color: Radical Red. HEX triplet: F5, 25 and 6C. RGB value is (245,37,108). Sum of RGB (Red+Green+Blue) = 245+37+108=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5256C is #0ADA93. Grayscale: #6B6B6B. Windows color (decimal): -711316 or 7087605. OLE color: 7087605.
HSL color Cylindrical-coordinate representation of color #F5256C: hue angle of 339.52º 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 #F5256C is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 108 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.04 |
| HSL | 339.52º | 0.91% | 0.55% | - |
| HSV(B) | 339.52º | 0.85% | 0.96% | - |
| XYZ | 41.02 | 21.82 | 16.24 | - |
| YUV | 107.29 | 128.41 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 108 | 0 | 0.85 | 0.56 | 0.04 | 339.52 | 0.91 | 0.55 |
| Hex | F5 | 25 | 6C | 0 | 55 | 38 | 4 | 154 | 5B | 37 |
| Octal | 365 | 45 | 154 | 0 | 125 | 70 | 4 | 524 | 133 | 67 |
| Binary | 11110101 | 100101 | 1101100 | 0 | 1010101 | 111000 | 100 | 101010100 | 1011011 | 110111 |
Color Harmonies of #F5256C
Complementary color
Monochromatic Colors of #F5256C
Black with #F5256C
Text Example
Text Example
White with #F5256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5256C; }
p { color: rgb(245,37,108); }
H1.HeaderClassName
{
color: #F5256C;
}
.AnyTagClassName
{
color: #F5256C;
}
</style>
background-color css
<style>
a { background-color: #F5256C; }
a { background-color: rgb(245,37,108); }
div.DivClassName
{
background-color: #F5256C;
}
.BgClassName
{
background-color: #F5256C;
}
</style>
border-color css
<style>
span { border-color: #F5256C; }
span { border-color: rgb(245,37,108); }
td.TdClassName
{
border-color: #F5256C;
}
.TagClassName
{
border-color: #F5256C;
}
</style>