Shades of Radical Red #FF3964
Tints of Radical Red #FF3964
RGB
CMYK
RGB Variations
Color information
#FF3964 (or 0xFF3964) is known color: Radical Red. HEX triplet: FF, 39 and 64. RGB value is (255,57,100). Sum of RGB (Red+Green+Blue) = 255+57+100=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3964 is #00C69B. Grayscale: #797979. Windows color (decimal): -50844 or 6568447. OLE color: 6568447.
HSL color Cylindrical-coordinate representation of color #FF3964: hue angle of 346.97º 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 #FF3964 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 100 | - |
| CMYK | 0 | 0.78 | 0.61 | 0 |
| HSL | 346.97º | 1% | 0.61% | - |
| HSV(B) | 346.97º | 0.78% | 1% | - |
| XYZ | 45 | 25.11 | 14.53 | - |
| YUV | 121.1 | 116.1 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 100 | 0 | 0.78 | 0.61 | 0 | 346.97 | 1 | 0.61 |
| Hex | FF | 39 | 64 | 0 | 4E | 3D | 0 | 15B | 64 | 3D |
| Octal | 377 | 71 | 144 | 0 | 116 | 75 | 0 | 533 | 144 | 75 |
| Binary | 11111111 | 111001 | 1100100 | 0 | 1001110 | 111101 | 0 | 101011011 | 1100100 | 111101 |
Color Harmonies of #FF3964
Complementary color
Monochromatic Colors of #FF3964
Black with #FF3964
Text Example
Text Example
White with #FF3964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3964; }
p { color: rgb(255,57,100); }
H1.HeaderClassName
{
color: #FF3964;
}
.AnyTagClassName
{
color: #FF3964;
}
</style>
background-color css
<style>
a { background-color: #FF3964; }
a { background-color: rgb(255,57,100); }
div.DivClassName
{
background-color: #FF3964;
}
.BgClassName
{
background-color: #FF3964;
}
</style>
border-color css
<style>
span { border-color: #FF3964; }
span { border-color: rgb(255,57,100); }
td.TdClassName
{
border-color: #FF3964;
}
.TagClassName
{
border-color: #FF3964;
}
</style>