Shades of Radical Red #FF384F
Tints of Radical Red #FF384F
RGB
CMYK
RGB Variations
Color information
#FF384F (or 0xFF384F) is known color: Radical Red. HEX triplet: FF, 38 and 4F. RGB value is (255,56,79). Sum of RGB (Red+Green+Blue) = 255+56+79=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF384F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF384F is #00C7B0. Grayscale: #767676. Windows color (decimal): -51121 or 5191935. OLE color: 5191935.
HSL color Cylindrical-coordinate representation of color #FF384F: hue angle of 353.07º 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 #FF384F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 79 | - |
| CMYK | 0 | 0.78 | 0.69 | 0 |
| HSL | 353.07º | 1% | 0.61% | - |
| HSV(B) | 353.07º | 0.78% | 1% | - |
| XYZ | 44.07 | 24.65 | 9.83 | - |
| YUV | 118.12 | 105.93 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 79 | 0 | 0.78 | 0.69 | 0 | 353.07 | 1 | 0.61 |
| Hex | FF | 38 | 4F | 0 | 4E | 45 | 0 | 161 | 64 | 3D |
| Octal | 377 | 70 | 117 | 0 | 116 | 105 | 0 | 541 | 144 | 75 |
| Binary | 11111111 | 111000 | 1001111 | 0 | 1001110 | 1000101 | 0 | 101100001 | 1100100 | 111101 |
Color Harmonies of #FF384F
Complementary color
Monochromatic Colors of #FF384F
Black with #FF384F
Text Example
Text Example
White with #FF384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF384F; }
p { color: rgb(255,56,79); }
H1.HeaderClassName
{
color: #FF384F;
}
.AnyTagClassName
{
color: #FF384F;
}
</style>
background-color css
<style>
a { background-color: #FF384F; }
a { background-color: rgb(255,56,79); }
div.DivClassName
{
background-color: #FF384F;
}
.BgClassName
{
background-color: #FF384F;
}
</style>
border-color css
<style>
span { border-color: #FF384F; }
span { border-color: rgb(255,56,79); }
td.TdClassName
{
border-color: #FF384F;
}
.TagClassName
{
border-color: #FF384F;
}
</style>