Shades of Radical Red #FD3266
Tints of Radical Red #FD3266
RGB
CMYK
RGB Variations
Color information
#FD3266 (or 0xFD3266) is known color: Radical Red. HEX triplet: FD, 32 and 66. RGB value is (253,50,102). Sum of RGB (Red+Green+Blue) = 253+50+102=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3266 is #02CD99. Grayscale: #747474. Windows color (decimal): -183706 or 6697725. OLE color: 6697725.
HSL color Cylindrical-coordinate representation of color #FD3266: hue angle of 344.63º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD3266 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 102 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.01 |
| HSL | 344.63º | 0.98% | 0.59% | - |
| HSV(B) | 344.63º | 0.8% | 0.99% | - |
| XYZ | 44.05 | 24.12 | 14.91 | - |
| YUV | 116.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 102 | 0 | 0.80 | 0.60 | 0.01 | 344.63 | 0.98 | 0.59 |
| Hex | FD | 32 | 66 | 0 | 50 | 3C | 1 | 159 | 62 | 3B |
| Octal | 375 | 62 | 146 | 0 | 120 | 74 | 1 | 531 | 142 | 73 |
| Binary | 11111101 | 110010 | 1100110 | 0 | 1010000 | 111100 | 1 | 101011001 | 1100010 | 111011 |
Color Harmonies of #FD3266
Complementary color
Monochromatic Colors of #FD3266
Black with #FD3266
Text Example
Text Example
White with #FD3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3266; }
p { color: rgb(253,50,102); }
H1.HeaderClassName
{
color: #FD3266;
}
.AnyTagClassName
{
color: #FD3266;
}
</style>
background-color css
<style>
a { background-color: #FD3266; }
a { background-color: rgb(253,50,102); }
div.DivClassName
{
background-color: #FD3266;
}
.BgClassName
{
background-color: #FD3266;
}
</style>
border-color css
<style>
span { border-color: #FD3266; }
span { border-color: rgb(253,50,102); }
td.TdClassName
{
border-color: #FD3266;
}
.TagClassName
{
border-color: #FD3266;
}
</style>