Shades of Radical Red #FD2D6F
Tints of Radical Red #FD2D6F
RGB
CMYK
RGB Variations
Color information
#FD2D6F (or 0xFD2D6F) is known color: Radical Red. HEX triplet: FD, 2D and 6F. RGB value is (253,45,111). Sum of RGB (Red+Green+Blue) = 253+45+111=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2D6F is #02D290. Grayscale: #727272. Windows color (decimal): -184977 or 7286269. OLE color: 7286269.
HSL color Cylindrical-coordinate representation of color #FD2D6F: hue angle of 340.96º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2D6F is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 111 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.01 |
| HSL | 340.96º | 0.98% | 0.58% | - |
| HSV(B) | 340.96º | 0.82% | 0.99% | - |
| XYZ | 44.32 | 23.91 | 17.32 | - |
| YUV | 114.72 | 125.91 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 111 | 0 | 0.82 | 0.56 | 0.01 | 340.96 | 0.98 | 0.58 |
| Hex | FD | 2D | 6F | 0 | 52 | 38 | 1 | 155 | 62 | 3A |
| Octal | 375 | 55 | 157 | 0 | 122 | 70 | 1 | 525 | 142 | 72 |
| Binary | 11111101 | 101101 | 1101111 | 0 | 1010010 | 111000 | 1 | 101010101 | 1100010 | 111010 |
Color Harmonies of #FD2D6F
Complementary color
Monochromatic Colors of #FD2D6F
Black with #FD2D6F
Text Example
Text Example
White with #FD2D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D6F; }
p { color: rgb(253,45,111); }
H1.HeaderClassName
{
color: #FD2D6F;
}
.AnyTagClassName
{
color: #FD2D6F;
}
</style>
background-color css
<style>
a { background-color: #FD2D6F; }
a { background-color: rgb(253,45,111); }
div.DivClassName
{
background-color: #FD2D6F;
}
.BgClassName
{
background-color: #FD2D6F;
}
</style>
border-color css
<style>
span { border-color: #FD2D6F; }
span { border-color: rgb(253,45,111); }
td.TdClassName
{
border-color: #FD2D6F;
}
.TagClassName
{
border-color: #FD2D6F;
}
</style>