Shades of Radical Red #FD286C
Tints of Radical Red #FD286C
RGB
CMYK
RGB Variations
Color information
#FD286C (or 0xFD286C) is known color: Radical Red. HEX triplet: FD, 28 and 6C. RGB value is (253,40,108). Sum of RGB (Red+Green+Blue) = 253+40+108=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD286C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD286C is #02D793. Grayscale: #6F6F6F. Windows color (decimal): -186260 or 7088381. OLE color: 7088381.
HSL color Cylindrical-coordinate representation of color #FD286C: hue angle of 340.85º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD286C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 108 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.01 |
| HSL | 340.85º | 0.98% | 0.57% | - |
| HSV(B) | 340.85º | 0.84% | 0.99% | - |
| XYZ | 43.97 | 23.48 | 16.4 | - |
| YUV | 111.44 | 126.07 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 108 | 0 | 0.84 | 0.57 | 0.01 | 340.85 | 0.98 | 0.57 |
| Hex | FD | 28 | 6C | 0 | 54 | 39 | 1 | 155 | 62 | 39 |
| Octal | 375 | 50 | 154 | 0 | 124 | 71 | 1 | 525 | 142 | 71 |
| Binary | 11111101 | 101000 | 1101100 | 0 | 1010100 | 111001 | 1 | 101010101 | 1100010 | 111001 |
Color Harmonies of #FD286C
Complementary color
Monochromatic Colors of #FD286C
Black with #FD286C
Text Example
Text Example
White with #FD286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD286C; }
p { color: rgb(253,40,108); }
H1.HeaderClassName
{
color: #FD286C;
}
.AnyTagClassName
{
color: #FD286C;
}
</style>
background-color css
<style>
a { background-color: #FD286C; }
a { background-color: rgb(253,40,108); }
div.DivClassName
{
background-color: #FD286C;
}
.BgClassName
{
background-color: #FD286C;
}
</style>
border-color css
<style>
span { border-color: #FD286C; }
span { border-color: rgb(253,40,108); }
td.TdClassName
{
border-color: #FD286C;
}
.TagClassName
{
border-color: #FD286C;
}
</style>