Shades of Radical Red #FF395F
Tints of Radical Red #FF395F
RGB
CMYK
RGB Variations
Color information
#FF395F (or 0xFF395F) is known color: Radical Red. HEX triplet: FF, 39 and 5F. RGB value is (255,57,95). Sum of RGB (Red+Green+Blue) = 255+57+95=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF395F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF395F is #00C6A0. Grayscale: #787878. Windows color (decimal): -50849 or 6240767. OLE color: 6240767.
HSL color Cylindrical-coordinate representation of color #FF395F: hue angle of 348.48º 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 #FF395F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 95 | - |
| CMYK | 0 | 0.78 | 0.63 | 0 |
| HSL | 348.48º | 1% | 0.61% | - |
| HSV(B) | 348.48º | 0.78% | 1% | - |
| XYZ | 44.77 | 25.01 | 13.29 | - |
| YUV | 120.53 | 113.6 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 95 | 0 | 0.78 | 0.63 | 0 | 348.48 | 1 | 0.61 |
| Hex | FF | 39 | 5F | 0 | 4E | 3F | 0 | 15C | 64 | 3D |
| Octal | 377 | 71 | 137 | 0 | 116 | 77 | 0 | 534 | 144 | 75 |
| Binary | 11111111 | 111001 | 1011111 | 0 | 1001110 | 111111 | 0 | 101011100 | 1100100 | 111101 |
Color Harmonies of #FF395F
Complementary color
Monochromatic Colors of #FF395F
Black with #FF395F
Text Example
Text Example
White with #FF395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF395F; }
p { color: rgb(255,57,95); }
H1.HeaderClassName
{
color: #FF395F;
}
.AnyTagClassName
{
color: #FF395F;
}
</style>
background-color css
<style>
a { background-color: #FF395F; }
a { background-color: rgb(255,57,95); }
div.DivClassName
{
background-color: #FF395F;
}
.BgClassName
{
background-color: #FF395F;
}
</style>
border-color css
<style>
span { border-color: #FF395F; }
span { border-color: rgb(255,57,95); }
td.TdClassName
{
border-color: #FF395F;
}
.TagClassName
{
border-color: #FF395F;
}
</style>