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