Shades of Radical Red #FD426D
Tints of Radical Red #FD426D
RGB
CMYK
RGB Variations
Color information
#FD426D (or 0xFD426D) is known color: Radical Red. HEX triplet: FD, 42 and 6D. RGB value is (253,66,109). Sum of RGB (Red+Green+Blue) = 253+66+109=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD426D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD426D is #02BD92. Grayscale: #7E7E7E. Windows color (decimal): -179603 or 7160573. OLE color: 7160573.
HSL color Cylindrical-coordinate representation of color #FD426D: hue angle of 346.2º 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 #FD426D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 109 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.01 |
| HSL | 346.2º | 0.98% | 0.63% | - |
| HSV(B) | 346.2º | 0.74% | 0.99% | - |
| XYZ | 45.22 | 25.88 | 17.08 | - |
| YUV | 126.82 | 117.95 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 109 | 0 | 0.74 | 0.57 | 0.01 | 346.2 | 0.98 | 0.63 |
| Hex | FD | 42 | 6D | 0 | 4A | 39 | 1 | 15A | 62 | 3F |
| Octal | 375 | 102 | 155 | 0 | 112 | 71 | 1 | 532 | 142 | 77 |
| Binary | 11111101 | 1000010 | 1101101 | 0 | 1001010 | 111001 | 1 | 101011010 | 1100010 | 111111 |
Color Harmonies of #FD426D
Complementary color
Monochromatic Colors of #FD426D
Black with #FD426D
Text Example
Text Example
White with #FD426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD426D; }
p { color: rgb(253,66,109); }
H1.HeaderClassName
{
color: #FD426D;
}
.AnyTagClassName
{
color: #FD426D;
}
</style>
background-color css
<style>
a { background-color: #FD426D; }
a { background-color: rgb(253,66,109); }
div.DivClassName
{
background-color: #FD426D;
}
.BgClassName
{
background-color: #FD426D;
}
</style>
border-color css
<style>
span { border-color: #FD426D; }
span { border-color: rgb(253,66,109); }
td.TdClassName
{
border-color: #FD426D;
}
.TagClassName
{
border-color: #FD426D;
}
</style>