Shades of Radical Red #FD416B
Tints of Radical Red #FD416B
RGB
CMYK
RGB Variations
Color information
#FD416B (or 0xFD416B) is known color: Radical Red. HEX triplet: FD, 41 and 6B. RGB value is (253,65,107). Sum of RGB (Red+Green+Blue) = 253+65+107=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD416B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD416B is #02BE94. Grayscale: #7E7E7E. Windows color (decimal): -179861 or 7029245. OLE color: 7029245.
HSL color Cylindrical-coordinate representation of color #FD416B: hue angle of 346.6º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD416B is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 107 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.01 |
| HSL | 346.6º | 0.98% | 0.62% | - |
| HSV(B) | 346.6º | 0.74% | 0.99% | - |
| XYZ | 45.05 | 25.72 | 16.5 | - |
| YUV | 126 | 117.28 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 107 | 0 | 0.74 | 0.58 | 0.01 | 346.6 | 0.98 | 0.62 |
| Hex | FD | 41 | 6B | 0 | 4A | 3A | 1 | 15B | 62 | 3E |
| Octal | 375 | 101 | 153 | 0 | 112 | 72 | 1 | 533 | 142 | 76 |
| Binary | 11111101 | 1000001 | 1101011 | 0 | 1001010 | 111010 | 1 | 101011011 | 1100010 | 111110 |
Color Harmonies of #FD416B
Complementary color
Monochromatic Colors of #FD416B
Black with #FD416B
Text Example
Text Example
White with #FD416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD416B; }
p { color: rgb(253,65,107); }
H1.HeaderClassName
{
color: #FD416B;
}
.AnyTagClassName
{
color: #FD416B;
}
</style>
background-color css
<style>
a { background-color: #FD416B; }
a { background-color: rgb(253,65,107); }
div.DivClassName
{
background-color: #FD416B;
}
.BgClassName
{
background-color: #FD416B;
}
</style>
border-color css
<style>
span { border-color: #FD416B; }
span { border-color: rgb(253,65,107); }
td.TdClassName
{
border-color: #FD416B;
}
.TagClassName
{
border-color: #FD416B;
}
</style>