Shades of Radical Red #FD2E68
Tints of Radical Red #FD2E68
RGB
CMYK
RGB Variations
Color information
#FD2E68 (or 0xFD2E68) is known color: Radical Red. HEX triplet: FD, 2E and 68. RGB value is (253,46,104). Sum of RGB (Red+Green+Blue) = 253+46+104=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2E68 is #02D197. Grayscale: #727272. Windows color (decimal): -184728 or 6827773. OLE color: 6827773.
HSL color Cylindrical-coordinate representation of color #FD2E68: hue angle of 343.19º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2E68 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 104 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.01 |
| HSL | 343.19º | 0.98% | 0.59% | - |
| HSV(B) | 343.19º | 0.82% | 0.99% | - |
| XYZ | 43.98 | 23.84 | 15.38 | - |
| YUV | 114.51 | 122.08 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 104 | 0 | 0.82 | 0.59 | 0.01 | 343.19 | 0.98 | 0.59 |
| Hex | FD | 2E | 68 | 0 | 52 | 3B | 1 | 157 | 62 | 3B |
| Octal | 375 | 56 | 150 | 0 | 122 | 73 | 1 | 527 | 142 | 73 |
| Binary | 11111101 | 101110 | 1101000 | 0 | 1010010 | 111011 | 1 | 101010111 | 1100010 | 111011 |
Color Harmonies of #FD2E68
Complementary color
Monochromatic Colors of #FD2E68
Black with #FD2E68
Text Example
Text Example
White with #FD2E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E68; }
p { color: rgb(253,46,104); }
H1.HeaderClassName
{
color: #FD2E68;
}
.AnyTagClassName
{
color: #FD2E68;
}
</style>
background-color css
<style>
a { background-color: #FD2E68; }
a { background-color: rgb(253,46,104); }
div.DivClassName
{
background-color: #FD2E68;
}
.BgClassName
{
background-color: #FD2E68;
}
</style>
border-color css
<style>
span { border-color: #FD2E68; }
span { border-color: rgb(253,46,104); }
td.TdClassName
{
border-color: #FD2E68;
}
.TagClassName
{
border-color: #FD2E68;
}
</style>