Shades of Radical Red #FF386D
Tints of Radical Red #FF386D
RGB
CMYK
RGB Variations
Color information
#FF386D (or 0xFF386D) is known color: Radical Red. HEX triplet: FF, 38 and 6D. RGB value is (255,56,109). Sum of RGB (Red+Green+Blue) = 255+56+109=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF386D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF386D is #00C792. Grayscale: #797979. Windows color (decimal): -51091 or 7158015. OLE color: 7158015.
HSL color Cylindrical-coordinate representation of color #FF386D: hue angle of 344.02º 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 #FF386D is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 109 | - |
| CMYK | 0 | 0.78 | 0.57 | 0 |
| HSL | 344.02º | 1% | 0.61% | - |
| HSV(B) | 344.02º | 0.78% | 1% | - |
| XYZ | 45.41 | 25.19 | 16.94 | - |
| YUV | 121.54 | 120.93 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 109 | 0 | 0.78 | 0.57 | 0 | 344.02 | 1 | 0.61 |
| Hex | FF | 38 | 6D | 0 | 4E | 39 | 0 | 158 | 64 | 3D |
| Octal | 377 | 70 | 155 | 0 | 116 | 71 | 0 | 530 | 144 | 75 |
| Binary | 11111111 | 111000 | 1101101 | 0 | 1001110 | 111001 | 0 | 101011000 | 1100100 | 111101 |
Color Harmonies of #FF386D
Complementary color
Monochromatic Colors of #FF386D
Black with #FF386D
Text Example
Text Example
White with #FF386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF386D; }
p { color: rgb(255,56,109); }
H1.HeaderClassName
{
color: #FF386D;
}
.AnyTagClassName
{
color: #FF386D;
}
</style>
background-color css
<style>
a { background-color: #FF386D; }
a { background-color: rgb(255,56,109); }
div.DivClassName
{
background-color: #FF386D;
}
.BgClassName
{
background-color: #FF386D;
}
</style>
border-color css
<style>
span { border-color: #FF386D; }
span { border-color: rgb(255,56,109); }
td.TdClassName
{
border-color: #FF386D;
}
.TagClassName
{
border-color: #FF386D;
}
</style>