Shades of Radical Red #FD426C
Tints of Radical Red #FD426C
RGB
CMYK
RGB Variations
Color information
#FD426C (or 0xFD426C) is known color: Radical Red. HEX triplet: FD, 42 and 6C. RGB value is (253,66,108). Sum of RGB (Red+Green+Blue) = 253+66+108=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD426C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD426C is #02BD93. Grayscale: #7E7E7E. Windows color (decimal): -179604 or 7095037. OLE color: 7095037.
HSL color Cylindrical-coordinate representation of color #FD426C: hue angle of 346.52º 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 #FD426C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 108 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.01 |
| HSL | 346.52º | 0.98% | 0.63% | - |
| HSV(B) | 346.52º | 0.74% | 0.99% | - |
| XYZ | 45.16 | 25.86 | 16.8 | - |
| YUV | 126.7 | 117.45 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 108 | 0 | 0.74 | 0.57 | 0.01 | 346.52 | 0.98 | 0.63 |
| Hex | FD | 42 | 6C | 0 | 4A | 39 | 1 | 15B | 62 | 3F |
| Octal | 375 | 102 | 154 | 0 | 112 | 71 | 1 | 533 | 142 | 77 |
| Binary | 11111101 | 1000010 | 1101100 | 0 | 1001010 | 111001 | 1 | 101011011 | 1100010 | 111111 |
Color Harmonies of #FD426C
Complementary color
Monochromatic Colors of #FD426C
Black with #FD426C
Text Example
Text Example
White with #FD426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD426C; }
p { color: rgb(253,66,108); }
H1.HeaderClassName
{
color: #FD426C;
}
.AnyTagClassName
{
color: #FD426C;
}
</style>
background-color css
<style>
a { background-color: #FD426C; }
a { background-color: rgb(253,66,108); }
div.DivClassName
{
background-color: #FD426C;
}
.BgClassName
{
background-color: #FD426C;
}
</style>
border-color css
<style>
span { border-color: #FD426C; }
span { border-color: rgb(253,66,108); }
td.TdClassName
{
border-color: #FD426C;
}
.TagClassName
{
border-color: #FD426C;
}
</style>