Shades of Radical Red #FF386B
Tints of Radical Red #FF386B
RGB
CMYK
RGB Variations
Color information
#FF386B (or 0xFF386B) is known color: Radical Red. HEX triplet: FF, 38 and 6B. RGB value is (255,56,107). Sum of RGB (Red+Green+Blue) = 255+56+107=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF386B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF386B is #00C794. Grayscale: #797979. Windows color (decimal): -51093 or 7026943. OLE color: 7026943.
HSL color Cylindrical-coordinate representation of color #FF386B: hue angle of 344.62º 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 #FF386B is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 107 | - |
| CMYK | 0 | 0.78 | 0.58 | 0 |
| HSL | 344.62º | 1% | 0.61% | - |
| HSV(B) | 344.62º | 0.78% | 1% | - |
| XYZ | 45.31 | 25.15 | 16.38 | - |
| YUV | 121.32 | 119.93 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 107 | 0 | 0.78 | 0.58 | 0 | 344.62 | 1 | 0.61 |
| Hex | FF | 38 | 6B | 0 | 4E | 3A | 0 | 159 | 64 | 3D |
| Octal | 377 | 70 | 153 | 0 | 116 | 72 | 0 | 531 | 144 | 75 |
| Binary | 11111111 | 111000 | 1101011 | 0 | 1001110 | 111010 | 0 | 101011001 | 1100100 | 111101 |
Color Harmonies of #FF386B
Complementary color
Monochromatic Colors of #FF386B
Black with #FF386B
Text Example
Text Example
White with #FF386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF386B; }
p { color: rgb(255,56,107); }
H1.HeaderClassName
{
color: #FF386B;
}
.AnyTagClassName
{
color: #FF386B;
}
</style>
background-color css
<style>
a { background-color: #FF386B; }
a { background-color: rgb(255,56,107); }
div.DivClassName
{
background-color: #FF386B;
}
.BgClassName
{
background-color: #FF386B;
}
</style>
border-color css
<style>
span { border-color: #FF386B; }
span { border-color: rgb(255,56,107); }
td.TdClassName
{
border-color: #FF386B;
}
.TagClassName
{
border-color: #FF386B;
}
</style>