Shades of Radical Red #FD445B
Tints of Radical Red #FD445B
RGB
CMYK
RGB Variations
Color information
#FD445B (or 0xFD445B) is known color: Radical Red. HEX triplet: FD, 44 and 5B. RGB value is (253,68,91). Sum of RGB (Red+Green+Blue) = 253+68+91=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD445B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD445B is #02BBA4. Grayscale: #7E7E7E. Windows color (decimal): -179109 or 5981437. OLE color: 5981437.
HSL color Cylindrical-coordinate representation of color #FD445B: hue angle of 352.54º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD445B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 91 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.01 |
| HSL | 352.54º | 0.98% | 0.63% | - |
| HSV(B) | 352.54º | 0.73% | 0.99% | - |
| XYZ | 44.46 | 25.77 | 12.53 | - |
| YUV | 125.94 | 108.29 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 91 | 0 | 0.73 | 0.64 | 0.01 | 352.54 | 0.98 | 0.63 |
| Hex | FD | 44 | 5B | 0 | 49 | 40 | 1 | 161 | 62 | 3F |
| Octal | 375 | 104 | 133 | 0 | 111 | 100 | 1 | 541 | 142 | 77 |
| Binary | 11111101 | 1000100 | 1011011 | 0 | 1001001 | 1000000 | 1 | 101100001 | 1100010 | 111111 |
Color Harmonies of #FD445B
Complementary color
Monochromatic Colors of #FD445B
Black with #FD445B
Text Example
Text Example
White with #FD445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD445B; }
p { color: rgb(253,68,91); }
H1.HeaderClassName
{
color: #FD445B;
}
.AnyTagClassName
{
color: #FD445B;
}
</style>
background-color css
<style>
a { background-color: #FD445B; }
a { background-color: rgb(253,68,91); }
div.DivClassName
{
background-color: #FD445B;
}
.BgClassName
{
background-color: #FD445B;
}
</style>
border-color css
<style>
span { border-color: #FD445B; }
span { border-color: rgb(253,68,91); }
td.TdClassName
{
border-color: #FD445B;
}
.TagClassName
{
border-color: #FD445B;
}
</style>