Shades of Radical Red #FF386C
Tints of Radical Red #FF386C
RGB
CMYK
RGB Variations
Color information
#FF386C (or 0xFF386C) is known color: Radical Red. HEX triplet: FF, 38 and 6C. RGB value is (255,56,108). Sum of RGB (Red+Green+Blue) = 255+56+108=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF386C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF386C is #00C793. Grayscale: #797979. Windows color (decimal): -51092 or 7092479. OLE color: 7092479.
HSL color Cylindrical-coordinate representation of color #FF386C: hue angle of 344.32º 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 #FF386C is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 108 | - |
| CMYK | 0 | 0.78 | 0.58 | 0 |
| HSL | 344.32º | 1% | 0.61% | - |
| HSV(B) | 344.32º | 0.78% | 1% | - |
| XYZ | 45.36 | 25.17 | 16.66 | - |
| YUV | 121.43 | 120.43 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 108 | 0 | 0.78 | 0.58 | 0 | 344.32 | 1 | 0.61 |
| Hex | FF | 38 | 6C | 0 | 4E | 3A | 0 | 158 | 64 | 3D |
| Octal | 377 | 70 | 154 | 0 | 116 | 72 | 0 | 530 | 144 | 75 |
| Binary | 11111111 | 111000 | 1101100 | 0 | 1001110 | 111010 | 0 | 101011000 | 1100100 | 111101 |
Color Harmonies of #FF386C
Complementary color
Monochromatic Colors of #FF386C
Black with #FF386C
Text Example
Text Example
White with #FF386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF386C; }
p { color: rgb(255,56,108); }
H1.HeaderClassName
{
color: #FF386C;
}
.AnyTagClassName
{
color: #FF386C;
}
</style>
background-color css
<style>
a { background-color: #FF386C; }
a { background-color: rgb(255,56,108); }
div.DivClassName
{
background-color: #FF386C;
}
.BgClassName
{
background-color: #FF386C;
}
</style>
border-color css
<style>
span { border-color: #FF386C; }
span { border-color: rgb(255,56,108); }
td.TdClassName
{
border-color: #FF386C;
}
.TagClassName
{
border-color: #FF386C;
}
</style>