Shades of Radical Red #FF3773
Tints of Radical Red #FF3773
RGB
CMYK
RGB Variations
Color information
#FF3773 (or 0xFF3773) is known color: Radical Red. HEX triplet: FF, 37 and 73. RGB value is (255,55,115). Sum of RGB (Red+Green+Blue) = 255+55+115=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3773 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3773 is #00C88C. Grayscale: #797979. Windows color (decimal): -51341 or 7550975. OLE color: 7550975.
HSL color Cylindrical-coordinate representation of color #FF3773: hue angle of 342º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3773 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 115 | - |
| CMYK | 0 | 0.78 | 0.55 | 0 |
| HSL | 342º | 1% | 0.61% | - |
| HSV(B) | 342º | 0.78% | 1% | - |
| XYZ | 45.7 | 25.23 | 18.68 | - |
| YUV | 121.64 | 124.26 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 115 | 0 | 0.78 | 0.55 | 0 | 342 | 1 | 0.61 |
| Hex | FF | 37 | 73 | 0 | 4E | 37 | 0 | 156 | 64 | 3D |
| Octal | 377 | 67 | 163 | 0 | 116 | 67 | 0 | 526 | 144 | 75 |
| Binary | 11111111 | 110111 | 1110011 | 0 | 1001110 | 110111 | 0 | 101010110 | 1100100 | 111101 |
Color Harmonies of #FF3773
Complementary color
Monochromatic Colors of #FF3773
Black with #FF3773
Text Example
Text Example
White with #FF3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3773; }
p { color: rgb(255,55,115); }
H1.HeaderClassName
{
color: #FF3773;
}
.AnyTagClassName
{
color: #FF3773;
}
</style>
background-color css
<style>
a { background-color: #FF3773; }
a { background-color: rgb(255,55,115); }
div.DivClassName
{
background-color: #FF3773;
}
.BgClassName
{
background-color: #FF3773;
}
</style>
border-color css
<style>
span { border-color: #FF3773; }
span { border-color: rgb(255,55,115); }
td.TdClassName
{
border-color: #FF3773;
}
.TagClassName
{
border-color: #FF3773;
}
</style>