Shades of Radical Red #FF386A
Tints of Radical Red #FF386A
RGB
CMYK
RGB Variations
Color information
#FF386A (or 0xFF386A) is known color: Radical Red. HEX triplet: FF, 38 and 6A. RGB value is (255,56,106). Sum of RGB (Red+Green+Blue) = 255+56+106=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF386A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF386A is #00C795. Grayscale: #797979. Windows color (decimal): -51094 or 6961407. OLE color: 6961407.
HSL color Cylindrical-coordinate representation of color #FF386A: hue angle of 344.92º 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 #FF386A is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 106 | - |
| CMYK | 0 | 0.78 | 0.58 | 0 |
| HSL | 344.92º | 1% | 0.61% | - |
| HSV(B) | 344.92º | 0.78% | 1% | - |
| XYZ | 45.26 | 25.13 | 16.1 | - |
| YUV | 121.2 | 119.43 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 106 | 0 | 0.78 | 0.58 | 0 | 344.92 | 1 | 0.61 |
| Hex | FF | 38 | 6A | 0 | 4E | 3A | 0 | 159 | 64 | 3D |
| Octal | 377 | 70 | 152 | 0 | 116 | 72 | 0 | 531 | 144 | 75 |
| Binary | 11111111 | 111000 | 1101010 | 0 | 1001110 | 111010 | 0 | 101011001 | 1100100 | 111101 |
Color Harmonies of #FF386A
Complementary color
Monochromatic Colors of #FF386A
Black with #FF386A
Text Example
Text Example
White with #FF386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF386A; }
p { color: rgb(255,56,106); }
H1.HeaderClassName
{
color: #FF386A;
}
.AnyTagClassName
{
color: #FF386A;
}
</style>
background-color css
<style>
a { background-color: #FF386A; }
a { background-color: rgb(255,56,106); }
div.DivClassName
{
background-color: #FF386A;
}
.BgClassName
{
background-color: #FF386A;
}
</style>
border-color css
<style>
span { border-color: #FF386A; }
span { border-color: rgb(255,56,106); }
td.TdClassName
{
border-color: #FF386A;
}
.TagClassName
{
border-color: #FF386A;
}
</style>