Shades of Radical Red #FF3976
Tints of Radical Red #FF3976
RGB
CMYK
RGB Variations
Color information
#FF3976 (or 0xFF3976) is known color: Radical Red. HEX triplet: FF, 39 and 76. RGB value is (255,57,118). Sum of RGB (Red+Green+Blue) = 255+57+118=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3976 is #00C689. Grayscale: #7B7B7B. Windows color (decimal): -50826 or 7748095. OLE color: 7748095.
HSL color Cylindrical-coordinate representation of color #FF3976: hue angle of 341.52º 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 #FF3976 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 118 | - |
| CMYK | 0 | 0.78 | 0.54 | 0 |
| HSL | 341.52º | 1% | 0.61% | - |
| HSV(B) | 341.52º | 0.78% | 1% | - |
| XYZ | 45.97 | 25.49 | 19.64 | - |
| YUV | 123.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 118 | 0 | 0.78 | 0.54 | 0 | 341.52 | 1 | 0.61 |
| Hex | FF | 39 | 76 | 0 | 4E | 36 | 0 | 156 | 64 | 3D |
| Octal | 377 | 71 | 166 | 0 | 116 | 66 | 0 | 526 | 144 | 75 |
| Binary | 11111111 | 111001 | 1110110 | 0 | 1001110 | 110110 | 0 | 101010110 | 1100100 | 111101 |
Color Harmonies of #FF3976
Complementary color
Monochromatic Colors of #FF3976
Black with #FF3976
Text Example
Text Example
White with #FF3976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3976; }
p { color: rgb(255,57,118); }
H1.HeaderClassName
{
color: #FF3976;
}
.AnyTagClassName
{
color: #FF3976;
}
</style>
background-color css
<style>
a { background-color: #FF3976; }
a { background-color: rgb(255,57,118); }
div.DivClassName
{
background-color: #FF3976;
}
.BgClassName
{
background-color: #FF3976;
}
</style>
border-color css
<style>
span { border-color: #FF3976; }
span { border-color: rgb(255,57,118); }
td.TdClassName
{
border-color: #FF3976;
}
.TagClassName
{
border-color: #FF3976;
}
</style>