Shades of Radical Red #FD256C
Tints of Radical Red #FD256C
RGB
CMYK
RGB Variations
Color information
#FD256C (or 0xFD256C) is known color: Radical Red. HEX triplet: FD, 25 and 6C. RGB value is (253,37,108). Sum of RGB (Red+Green+Blue) = 253+37+108=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD256C is #02DA93. Grayscale: #6D6D6D. Windows color (decimal): -187028 or 7087613. OLE color: 7087613.
HSL color Cylindrical-coordinate representation of color #FD256C: hue angle of 340.28º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD256C is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 108 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.01 |
| HSL | 340.28º | 0.98% | 0.57% | - |
| HSV(B) | 340.28º | 0.85% | 0.99% | - |
| XYZ | 43.88 | 23.29 | 16.37 | - |
| YUV | 109.68 | 127.06 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 108 | 0 | 0.85 | 0.57 | 0.01 | 340.28 | 0.98 | 0.57 |
| Hex | FD | 25 | 6C | 0 | 55 | 39 | 1 | 154 | 62 | 39 |
| Octal | 375 | 45 | 154 | 0 | 125 | 71 | 1 | 524 | 142 | 71 |
| Binary | 11111101 | 100101 | 1101100 | 0 | 1010101 | 111001 | 1 | 101010100 | 1100010 | 111001 |
Color Harmonies of #FD256C
Complementary color
Monochromatic Colors of #FD256C
Black with #FD256C
Text Example
Text Example
White with #FD256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD256C; }
p { color: rgb(253,37,108); }
H1.HeaderClassName
{
color: #FD256C;
}
.AnyTagClassName
{
color: #FD256C;
}
</style>
background-color css
<style>
a { background-color: #FD256C; }
a { background-color: rgb(253,37,108); }
div.DivClassName
{
background-color: #FD256C;
}
.BgClassName
{
background-color: #FD256C;
}
</style>
border-color css
<style>
span { border-color: #FD256C; }
span { border-color: rgb(253,37,108); }
td.TdClassName
{
border-color: #FD256C;
}
.TagClassName
{
border-color: #FD256C;
}
</style>