Shades of Radical Red #FD3A65
Tints of Radical Red #FD3A65
RGB
CMYK
RGB Variations
Color information
#FD3A65 (or 0xFD3A65) is known color: Radical Red. HEX triplet: FD, 3A and 65. RGB value is (253,58,101). Sum of RGB (Red+Green+Blue) = 253+58+101=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3A65 is #02C59A. Grayscale: #797979. Windows color (decimal): -181659 or 6634237. OLE color: 6634237.
HSL color Cylindrical-coordinate representation of color #FD3A65: hue angle of 346.77º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3A65 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 101 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.01 |
| HSL | 346.77º | 0.98% | 0.61% | - |
| HSV(B) | 346.77º | 0.77% | 0.99% | - |
| XYZ | 44.37 | 24.85 | 14.77 | - |
| YUV | 121.21 | 116.6 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 101 | 0 | 0.77 | 0.60 | 0.01 | 346.77 | 0.98 | 0.61 |
| Hex | FD | 3A | 65 | 0 | 4D | 3C | 1 | 15B | 62 | 3D |
| Octal | 375 | 72 | 145 | 0 | 115 | 74 | 1 | 533 | 142 | 75 |
| Binary | 11111101 | 111010 | 1100101 | 0 | 1001101 | 111100 | 1 | 101011011 | 1100010 | 111101 |
Color Harmonies of #FD3A65
Complementary color
Monochromatic Colors of #FD3A65
Black with #FD3A65
Text Example
Text Example
White with #FD3A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A65; }
p { color: rgb(253,58,101); }
H1.HeaderClassName
{
color: #FD3A65;
}
.AnyTagClassName
{
color: #FD3A65;
}
</style>
background-color css
<style>
a { background-color: #FD3A65; }
a { background-color: rgb(253,58,101); }
div.DivClassName
{
background-color: #FD3A65;
}
.BgClassName
{
background-color: #FD3A65;
}
</style>
border-color css
<style>
span { border-color: #FD3A65; }
span { border-color: rgb(253,58,101); }
td.TdClassName
{
border-color: #FD3A65;
}
.TagClassName
{
border-color: #FD3A65;
}
</style>