Shades of Radical Red #FF3D73
Tints of Radical Red #FF3D73
RGB
CMYK
RGB Variations
Color information
#FF3D73 (or 0xFF3D73) is known color: Radical Red. HEX triplet: FF, 3D and 73. RGB value is (255,61,115). Sum of RGB (Red+Green+Blue) = 255+61+115=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3D73 is #00C28C. Grayscale: #7D7D7D. Windows color (decimal): -49805 or 7552511. OLE color: 7552511.
HSL color Cylindrical-coordinate representation of color #FF3D73: hue angle of 343.3º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3D73 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 115 | - |
| CMYK | 0 | 0.76 | 0.55 | 0 |
| HSL | 343.3º | 1% | 0.62% | - |
| HSV(B) | 343.3º | 0.76% | 1% | - |
| XYZ | 46 | 25.84 | 18.78 | - |
| YUV | 125.16 | 122.27 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 115 | 0 | 0.76 | 0.55 | 0 | 343.3 | 1 | 0.62 |
| Hex | FF | 3D | 73 | 0 | 4C | 37 | 0 | 157 | 64 | 3E |
| Octal | 377 | 75 | 163 | 0 | 114 | 67 | 0 | 527 | 144 | 76 |
| Binary | 11111111 | 111101 | 1110011 | 0 | 1001100 | 110111 | 0 | 101010111 | 1100100 | 111110 |
Color Harmonies of #FF3D73
Complementary color
Monochromatic Colors of #FF3D73
Black with #FF3D73
Text Example
Text Example
White with #FF3D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D73; }
p { color: rgb(255,61,115); }
H1.HeaderClassName
{
color: #FF3D73;
}
.AnyTagClassName
{
color: #FF3D73;
}
</style>
background-color css
<style>
a { background-color: #FF3D73; }
a { background-color: rgb(255,61,115); }
div.DivClassName
{
background-color: #FF3D73;
}
.BgClassName
{
background-color: #FF3D73;
}
</style>
border-color css
<style>
span { border-color: #FF3D73; }
span { border-color: rgb(255,61,115); }
td.TdClassName
{
border-color: #FF3D73;
}
.TagClassName
{
border-color: #FF3D73;
}
</style>