Shades of Radical Red #FD3166
Tints of Radical Red #FD3166
RGB
CMYK
RGB Variations
Color information
#FD3166 (or 0xFD3166) is known color: Radical Red. HEX triplet: FD, 31 and 66. RGB value is (253,49,102). Sum of RGB (Red+Green+Blue) = 253+49+102=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3166 is #02CE99. Grayscale: #747474. Windows color (decimal): -183962 or 6697469. OLE color: 6697469.
HSL color Cylindrical-coordinate representation of color #FD3166: hue angle of 344.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD3166 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 49 | 102 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.01 |
| HSL | 344.41º | 0.98% | 0.59% | - |
| HSV(B) | 344.41º | 0.81% | 0.99% | - |
| XYZ | 44 | 24.04 | 14.89 | - |
| YUV | 116.04 | 120.09 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 49 | 102 | 0 | 0.81 | 0.60 | 0.01 | 344.41 | 0.98 | 0.59 |
| Hex | FD | 31 | 66 | 0 | 51 | 3C | 1 | 158 | 62 | 3B |
| Octal | 375 | 61 | 146 | 0 | 121 | 74 | 1 | 530 | 142 | 73 |
| Binary | 11111101 | 110001 | 1100110 | 0 | 1010001 | 111100 | 1 | 101011000 | 1100010 | 111011 |
Color Harmonies of #FD3166
Complementary color
Monochromatic Colors of #FD3166
Black with #FD3166
Text Example
Text Example
White with #FD3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3166; }
p { color: rgb(253,49,102); }
H1.HeaderClassName
{
color: #FD3166;
}
.AnyTagClassName
{
color: #FD3166;
}
</style>
background-color css
<style>
a { background-color: #FD3166; }
a { background-color: rgb(253,49,102); }
div.DivClassName
{
background-color: #FD3166;
}
.BgClassName
{
background-color: #FD3166;
}
</style>
border-color css
<style>
span { border-color: #FD3166; }
span { border-color: rgb(253,49,102); }
td.TdClassName
{
border-color: #FD3166;
}
.TagClassName
{
border-color: #FD3166;
}
</style>