Shades of Radical Red #FF396B
Tints of Radical Red #FF396B
RGB
CMYK
RGB Variations
Color information
#FF396B (or 0xFF396B) is known color: Radical Red. HEX triplet: FF, 39 and 6B. RGB value is (255,57,107). Sum of RGB (Red+Green+Blue) = 255+57+107=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF396B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF396B is #00C694. Grayscale: #797979. Windows color (decimal): -50837 or 7027199. OLE color: 7027199.
HSL color Cylindrical-coordinate representation of color #FF396B: hue angle of 344.85º 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 #FF396B is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 107 | - |
| CMYK | 0 | 0.78 | 0.58 | 0 |
| HSL | 344.85º | 1% | 0.61% | - |
| HSV(B) | 344.85º | 0.78% | 1% | - |
| XYZ | 45.36 | 25.25 | 16.39 | - |
| YUV | 121.9 | 119.6 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 107 | 0 | 0.78 | 0.58 | 0 | 344.85 | 1 | 0.61 |
| Hex | FF | 39 | 6B | 0 | 4E | 3A | 0 | 159 | 64 | 3D |
| Octal | 377 | 71 | 153 | 0 | 116 | 72 | 0 | 531 | 144 | 75 |
| Binary | 11111111 | 111001 | 1101011 | 0 | 1001110 | 111010 | 0 | 101011001 | 1100100 | 111101 |
Color Harmonies of #FF396B
Complementary color
Monochromatic Colors of #FF396B
Black with #FF396B
Text Example
Text Example
White with #FF396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF396B; }
p { color: rgb(255,57,107); }
H1.HeaderClassName
{
color: #FF396B;
}
.AnyTagClassName
{
color: #FF396B;
}
</style>
background-color css
<style>
a { background-color: #FF396B; }
a { background-color: rgb(255,57,107); }
div.DivClassName
{
background-color: #FF396B;
}
.BgClassName
{
background-color: #FF396B;
}
</style>
border-color css
<style>
span { border-color: #FF396B; }
span { border-color: rgb(255,57,107); }
td.TdClassName
{
border-color: #FF396B;
}
.TagClassName
{
border-color: #FF396B;
}
</style>