Shades of Radical Red #FF385A
Tints of Radical Red #FF385A
RGB
CMYK
RGB Variations
Color information
#FF385A (or 0xFF385A) is known color: Radical Red. HEX triplet: FF, 38 and 5A. RGB value is (255,56,90). Sum of RGB (Red+Green+Blue) = 255+56+90=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF385A is #00C7A5. Grayscale: #777777. Windows color (decimal): -51110 or 5912831. OLE color: 5912831.
HSL color Cylindrical-coordinate representation of color #FF385A: hue angle of 349.75º 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 #FF385A is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 90 | - |
| CMYK | 0 | 0.78 | 0.65 | 0 |
| HSL | 349.75º | 1% | 0.61% | - |
| HSV(B) | 349.75º | 0.78% | 1% | - |
| XYZ | 44.5 | 24.83 | 12.12 | - |
| YUV | 119.38 | 111.43 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 90 | 0 | 0.78 | 0.65 | 0 | 349.75 | 1 | 0.61 |
| Hex | FF | 38 | 5A | 0 | 4E | 41 | 0 | 15E | 64 | 3D |
| Octal | 377 | 70 | 132 | 0 | 116 | 101 | 0 | 536 | 144 | 75 |
| Binary | 11111111 | 111000 | 1011010 | 0 | 1001110 | 1000001 | 0 | 101011110 | 1100100 | 111101 |
Color Harmonies of #FF385A
Complementary color
Monochromatic Colors of #FF385A
Black with #FF385A
Text Example
Text Example
White with #FF385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF385A; }
p { color: rgb(255,56,90); }
H1.HeaderClassName
{
color: #FF385A;
}
.AnyTagClassName
{
color: #FF385A;
}
</style>
background-color css
<style>
a { background-color: #FF385A; }
a { background-color: rgb(255,56,90); }
div.DivClassName
{
background-color: #FF385A;
}
.BgClassName
{
background-color: #FF385A;
}
</style>
border-color css
<style>
span { border-color: #FF385A; }
span { border-color: rgb(255,56,90); }
td.TdClassName
{
border-color: #FF385A;
}
.TagClassName
{
border-color: #FF385A;
}
</style>