Shades of Radical Red #FD356E
Tints of Radical Red #FD356E
RGB
CMYK
RGB Variations
Color information
#FD356E (or 0xFD356E) is known color: Radical Red. HEX triplet: FD, 35 and 6E. RGB value is (253,53,110). Sum of RGB (Red+Green+Blue) = 253+53+110=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD356E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD356E is #02CA91. Grayscale: #777777. Windows color (decimal): -182930 or 7222781. OLE color: 7222781.
HSL color Cylindrical-coordinate representation of color #FD356E: hue angle of 342.9º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD356E is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 53 | 110 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.01 |
| HSL | 342.9º | 0.98% | 0.6% | - |
| HSV(B) | 342.9º | 0.79% | 0.99% | - |
| XYZ | 44.6 | 24.55 | 17.14 | - |
| YUV | 119.3 | 122.76 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 53 | 110 | 0 | 0.79 | 0.57 | 0.01 | 342.9 | 0.98 | 0.6 |
| Hex | FD | 35 | 6E | 0 | 4F | 39 | 1 | 157 | 62 | 3C |
| Octal | 375 | 65 | 156 | 0 | 117 | 71 | 1 | 527 | 142 | 74 |
| Binary | 11111101 | 110101 | 1101110 | 0 | 1001111 | 111001 | 1 | 101010111 | 1100010 | 111100 |
Color Harmonies of #FD356E
Complementary color
Monochromatic Colors of #FD356E
Black with #FD356E
Text Example
Text Example
White with #FD356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD356E; }
p { color: rgb(253,53,110); }
H1.HeaderClassName
{
color: #FD356E;
}
.AnyTagClassName
{
color: #FD356E;
}
</style>
background-color css
<style>
a { background-color: #FD356E; }
a { background-color: rgb(253,53,110); }
div.DivClassName
{
background-color: #FD356E;
}
.BgClassName
{
background-color: #FD356E;
}
</style>
border-color css
<style>
span { border-color: #FD356E; }
span { border-color: rgb(253,53,110); }
td.TdClassName
{
border-color: #FD356E;
}
.TagClassName
{
border-color: #FD356E;
}
</style>