Shades of Radical Red #FF365A
Tints of Radical Red #FF365A
RGB
CMYK
RGB Variations
Color information
#FF365A (or 0xFF365A) is known color: Radical Red. HEX triplet: FF, 36 and 5A. RGB value is (255,54,90). Sum of RGB (Red+Green+Blue) = 255+54+90=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF365A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF365A is #00C9A5. Grayscale: #767676. Windows color (decimal): -51622 or 5912319. OLE color: 5912319.
HSL color Cylindrical-coordinate representation of color #FF365A: hue angle of 349.25º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF365A is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 90 | - |
| CMYK | 0 | 0.79 | 0.65 | 0 |
| HSL | 349.25º | 1% | 0.61% | - |
| HSV(B) | 349.25º | 0.79% | 1% | - |
| XYZ | 44.4 | 24.64 | 12.09 | - |
| YUV | 118.2 | 112.09 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 90 | 0 | 0.79 | 0.65 | 0 | 349.25 | 1 | 0.61 |
| Hex | FF | 36 | 5A | 0 | 4F | 41 | 0 | 15D | 64 | 3D |
| Octal | 377 | 66 | 132 | 0 | 117 | 101 | 0 | 535 | 144 | 75 |
| Binary | 11111111 | 110110 | 1011010 | 0 | 1001111 | 1000001 | 0 | 101011101 | 1100100 | 111101 |
Color Harmonies of #FF365A
Complementary color
Monochromatic Colors of #FF365A
Black with #FF365A
Text Example
Text Example
White with #FF365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF365A; }
p { color: rgb(255,54,90); }
H1.HeaderClassName
{
color: #FF365A;
}
.AnyTagClassName
{
color: #FF365A;
}
</style>
background-color css
<style>
a { background-color: #FF365A; }
a { background-color: rgb(255,54,90); }
div.DivClassName
{
background-color: #FF365A;
}
.BgClassName
{
background-color: #FF365A;
}
</style>
border-color css
<style>
span { border-color: #FF365A; }
span { border-color: rgb(255,54,90); }
td.TdClassName
{
border-color: #FF365A;
}
.TagClassName
{
border-color: #FF365A;
}
</style>