Shades of Radical Red #FD366E
Tints of Radical Red #FD366E
RGB
CMYK
RGB Variations
Color information
#FD366E (or 0xFD366E) is known color: Radical Red. HEX triplet: FD, 36 and 6E. RGB value is (253,54,110). Sum of RGB (Red+Green+Blue) = 253+54+110=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD366E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD366E is #02C991. Grayscale: #777777. Windows color (decimal): -182674 or 7223037. OLE color: 7223037.
HSL color Cylindrical-coordinate representation of color #FD366E: hue angle of 343.12º 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 #FD366E is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 54 | 110 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.01 |
| HSL | 343.12º | 0.98% | 0.6% | - |
| HSV(B) | 343.12º | 0.79% | 0.99% | - |
| XYZ | 44.64 | 24.65 | 17.16 | - |
| YUV | 119.89 | 122.43 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 54 | 110 | 0 | 0.79 | 0.57 | 0.01 | 343.12 | 0.98 | 0.6 |
| Hex | FD | 36 | 6E | 0 | 4F | 39 | 1 | 157 | 62 | 3C |
| Octal | 375 | 66 | 156 | 0 | 117 | 71 | 1 | 527 | 142 | 74 |
| Binary | 11111101 | 110110 | 1101110 | 0 | 1001111 | 111001 | 1 | 101010111 | 1100010 | 111100 |
Color Harmonies of #FD366E
Complementary color
Monochromatic Colors of #FD366E
Black with #FD366E
Text Example
Text Example
White with #FD366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD366E; }
p { color: rgb(253,54,110); }
H1.HeaderClassName
{
color: #FD366E;
}
.AnyTagClassName
{
color: #FD366E;
}
</style>
background-color css
<style>
a { background-color: #FD366E; }
a { background-color: rgb(253,54,110); }
div.DivClassName
{
background-color: #FD366E;
}
.BgClassName
{
background-color: #FD366E;
}
</style>
border-color css
<style>
span { border-color: #FD366E; }
span { border-color: rgb(253,54,110); }
td.TdClassName
{
border-color: #FD366E;
}
.TagClassName
{
border-color: #FD366E;
}
</style>