Shades of Radical Red #FD296B
Tints of Radical Red #FD296B
RGB
CMYK
RGB Variations
Color information
#FD296B (or 0xFD296B) is known color: Radical Red. HEX triplet: FD, 29 and 6B. RGB value is (253,41,107). Sum of RGB (Red+Green+Blue) = 253+41+107=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD296B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD296B is #02D694. Grayscale: #6F6F6F. Windows color (decimal): -186005 or 7023101. OLE color: 7023101.
HSL color Cylindrical-coordinate representation of color #FD296B: hue angle of 341.32º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD296B is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 107 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.01 |
| HSL | 341.32º | 0.98% | 0.58% | - |
| HSV(B) | 341.32º | 0.84% | 0.99% | - |
| XYZ | 43.95 | 23.53 | 16.14 | - |
| YUV | 111.91 | 125.24 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 107 | 0 | 0.84 | 0.58 | 0.01 | 341.32 | 0.98 | 0.58 |
| Hex | FD | 29 | 6B | 0 | 54 | 3A | 1 | 155 | 62 | 3A |
| Octal | 375 | 51 | 153 | 0 | 124 | 72 | 1 | 525 | 142 | 72 |
| Binary | 11111101 | 101001 | 1101011 | 0 | 1010100 | 111010 | 1 | 101010101 | 1100010 | 111010 |
Color Harmonies of #FD296B
Complementary color
Monochromatic Colors of #FD296B
Black with #FD296B
Text Example
Text Example
White with #FD296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD296B; }
p { color: rgb(253,41,107); }
H1.HeaderClassName
{
color: #FD296B;
}
.AnyTagClassName
{
color: #FD296B;
}
</style>
background-color css
<style>
a { background-color: #FD296B; }
a { background-color: rgb(253,41,107); }
div.DivClassName
{
background-color: #FD296B;
}
.BgClassName
{
background-color: #FD296B;
}
</style>
border-color css
<style>
span { border-color: #FD296B; }
span { border-color: rgb(253,41,107); }
td.TdClassName
{
border-color: #FD296B;
}
.TagClassName
{
border-color: #FD296B;
}
</style>