Shades of Radical Red #FF3972
Tints of Radical Red #FF3972
RGB
CMYK
RGB Variations
Color information
#FF3972 (or 0xFF3972) is known color: Radical Red. HEX triplet: FF, 39 and 72. RGB value is (255,57,114). Sum of RGB (Red+Green+Blue) = 255+57+114=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3972 is #00C68D. Grayscale: #7A7A7A. Windows color (decimal): -50830 or 7485951. OLE color: 7485951.
HSL color Cylindrical-coordinate representation of color #FF3972: hue angle of 342.73º 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 #FF3972 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 114 | - |
| CMYK | 0 | 0.78 | 0.55 | 0 |
| HSL | 342.73º | 1% | 0.61% | - |
| HSV(B) | 342.73º | 0.78% | 1% | - |
| XYZ | 45.74 | 25.4 | 18.41 | - |
| YUV | 122.7 | 123.1 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 114 | 0 | 0.78 | 0.55 | 0 | 342.73 | 1 | 0.61 |
| Hex | FF | 39 | 72 | 0 | 4E | 37 | 0 | 157 | 64 | 3D |
| Octal | 377 | 71 | 162 | 0 | 116 | 67 | 0 | 527 | 144 | 75 |
| Binary | 11111111 | 111001 | 1110010 | 0 | 1001110 | 110111 | 0 | 101010111 | 1100100 | 111101 |
Color Harmonies of #FF3972
Complementary color
Monochromatic Colors of #FF3972
Black with #FF3972
Text Example
Text Example
White with #FF3972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3972; }
p { color: rgb(255,57,114); }
H1.HeaderClassName
{
color: #FF3972;
}
.AnyTagClassName
{
color: #FF3972;
}
</style>
background-color css
<style>
a { background-color: #FF3972; }
a { background-color: rgb(255,57,114); }
div.DivClassName
{
background-color: #FF3972;
}
.BgClassName
{
background-color: #FF3972;
}
</style>
border-color css
<style>
span { border-color: #FF3972; }
span { border-color: rgb(255,57,114); }
td.TdClassName
{
border-color: #FF3972;
}
.TagClassName
{
border-color: #FF3972;
}
</style>