Shades of Radical Red #FD4366
Tints of Radical Red #FD4366
RGB
CMYK
RGB Variations
Color information
#FD4366 (or 0xFD4366) is known color: Radical Red. HEX triplet: FD, 43 and 66. RGB value is (253,67,102). Sum of RGB (Red+Green+Blue) = 253+67+102=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4366 is #02BC99. Grayscale: #7E7E7E. Windows color (decimal): -179354 or 6702077. OLE color: 6702077.
HSL color Cylindrical-coordinate representation of color #FD4366: hue angle of 348.71º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4366 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 102 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.01 |
| HSL | 348.71º | 0.98% | 0.63% | - |
| HSV(B) | 348.71º | 0.74% | 0.99% | - |
| XYZ | 44.91 | 25.86 | 15.19 | - |
| YUV | 126.6 | 114.12 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 102 | 0 | 0.74 | 0.60 | 0.01 | 348.71 | 0.98 | 0.63 |
| Hex | FD | 43 | 66 | 0 | 4A | 3C | 1 | 15D | 62 | 3F |
| Octal | 375 | 103 | 146 | 0 | 112 | 74 | 1 | 535 | 142 | 77 |
| Binary | 11111101 | 1000011 | 1100110 | 0 | 1001010 | 111100 | 1 | 101011101 | 1100010 | 111111 |
Color Harmonies of #FD4366
Complementary color
Monochromatic Colors of #FD4366
Black with #FD4366
Text Example
Text Example
White with #FD4366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4366; }
p { color: rgb(253,67,102); }
H1.HeaderClassName
{
color: #FD4366;
}
.AnyTagClassName
{
color: #FD4366;
}
</style>
background-color css
<style>
a { background-color: #FD4366; }
a { background-color: rgb(253,67,102); }
div.DivClassName
{
background-color: #FD4366;
}
.BgClassName
{
background-color: #FD4366;
}
</style>
border-color css
<style>
span { border-color: #FD4366; }
span { border-color: rgb(253,67,102); }
td.TdClassName
{
border-color: #FD4366;
}
.TagClassName
{
border-color: #FD4366;
}
</style>