Shades of Radical Red #FF3962
Tints of Radical Red #FF3962
RGB
CMYK
RGB Variations
Color information
#FF3962 (or 0xFF3962) is known color: Radical Red. HEX triplet: FF, 39 and 62. RGB value is (255,57,98). Sum of RGB (Red+Green+Blue) = 255+57+98=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3962 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3962 is #00C69D. Grayscale: #787878. Windows color (decimal): -50846 or 6437375. OLE color: 6437375.
HSL color Cylindrical-coordinate representation of color #FF3962: hue angle of 347.58º 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 #FF3962 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 98 | - |
| CMYK | 0 | 0.78 | 0.62 | 0 |
| HSL | 347.58º | 1% | 0.61% | - |
| HSV(B) | 347.58º | 0.78% | 1% | - |
| XYZ | 44.91 | 25.07 | 14.03 | - |
| YUV | 120.88 | 115.1 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 98 | 0 | 0.78 | 0.62 | 0 | 347.58 | 1 | 0.61 |
| Hex | FF | 39 | 62 | 0 | 4E | 3E | 0 | 15C | 64 | 3D |
| Octal | 377 | 71 | 142 | 0 | 116 | 76 | 0 | 534 | 144 | 75 |
| Binary | 11111111 | 111001 | 1100010 | 0 | 1001110 | 111110 | 0 | 101011100 | 1100100 | 111101 |
Color Harmonies of #FF3962
Complementary color
Monochromatic Colors of #FF3962
Black with #FF3962
Text Example
Text Example
White with #FF3962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3962; }
p { color: rgb(255,57,98); }
H1.HeaderClassName
{
color: #FF3962;
}
.AnyTagClassName
{
color: #FF3962;
}
</style>
background-color css
<style>
a { background-color: #FF3962; }
a { background-color: rgb(255,57,98); }
div.DivClassName
{
background-color: #FF3962;
}
.BgClassName
{
background-color: #FF3962;
}
</style>
border-color css
<style>
span { border-color: #FF3962; }
span { border-color: rgb(255,57,98); }
td.TdClassName
{
border-color: #FF3962;
}
.TagClassName
{
border-color: #FF3962;
}
</style>