Shades of Radical Red #FD2779
Tints of Radical Red #FD2779
RGB
CMYK
RGB Variations
Color information
#FD2779 (or 0xFD2779) is known color: Radical Red. HEX triplet: FD, 27 and 79. RGB value is (253,39,121). Sum of RGB (Red+Green+Blue) = 253+39+121=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2779 is #02D886. Grayscale: #707070. Windows color (decimal): -186503 or 7940093. OLE color: 7940093.
HSL color Cylindrical-coordinate representation of color #FD2779: hue angle of 337.01º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2779 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 121 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.01 |
| HSL | 337.01º | 0.98% | 0.57% | - |
| HSV(B) | 337.01º | 0.85% | 0.99% | - |
| XYZ | 44.68 | 23.71 | 20.31 | - |
| YUV | 112.33 | 132.9 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 121 | 0 | 0.85 | 0.52 | 0.01 | 337.01 | 0.98 | 0.57 |
| Hex | FD | 27 | 79 | 0 | 55 | 34 | 1 | 151 | 62 | 39 |
| Octal | 375 | 47 | 171 | 0 | 125 | 64 | 1 | 521 | 142 | 71 |
| Binary | 11111101 | 100111 | 1111001 | 0 | 1010101 | 110100 | 1 | 101010001 | 1100010 | 111001 |
Color Harmonies of #FD2779
Complementary color
Monochromatic Colors of #FD2779
Black with #FD2779
Text Example
Text Example
White with #FD2779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2779; }
p { color: rgb(253,39,121); }
H1.HeaderClassName
{
color: #FD2779;
}
.AnyTagClassName
{
color: #FD2779;
}
</style>
background-color css
<style>
a { background-color: #FD2779; }
a { background-color: rgb(253,39,121); }
div.DivClassName
{
background-color: #FD2779;
}
.BgClassName
{
background-color: #FD2779;
}
</style>
border-color css
<style>
span { border-color: #FD2779; }
span { border-color: rgb(253,39,121); }
td.TdClassName
{
border-color: #FD2779;
}
.TagClassName
{
border-color: #FD2779;
}
</style>