Shades of Radical Red #FF355A
Tints of Radical Red #FF355A
RGB
CMYK
RGB Variations
Color information
#FF355A (or 0xFF355A) is known color: Radical Red. HEX triplet: FF, 35 and 5A. RGB value is (255,53,90). Sum of RGB (Red+Green+Blue) = 255+53+90=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF355A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF355A is #00CAA5. Grayscale: #757575. Windows color (decimal): -51878 or 5912063. OLE color: 5912063.
HSL color Cylindrical-coordinate representation of color #FF355A: hue angle of 349.01º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF355A is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 90 | - |
| CMYK | 0 | 0.79 | 0.65 | 0 |
| HSL | 349.01º | 1% | 0.6% | - |
| HSV(B) | 349.01º | 0.79% | 1% | - |
| XYZ | 44.36 | 24.54 | 12.07 | - |
| YUV | 117.62 | 112.42 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 90 | 0 | 0.79 | 0.65 | 0 | 349.01 | 1 | 0.6 |
| Hex | FF | 35 | 5A | 0 | 4F | 41 | 0 | 15D | 64 | 3C |
| Octal | 377 | 65 | 132 | 0 | 117 | 101 | 0 | 535 | 144 | 74 |
| Binary | 11111111 | 110101 | 1011010 | 0 | 1001111 | 1000001 | 0 | 101011101 | 1100100 | 111100 |
Color Harmonies of #FF355A
Complementary color
Monochromatic Colors of #FF355A
Black with #FF355A
Text Example
Text Example
White with #FF355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF355A; }
p { color: rgb(255,53,90); }
H1.HeaderClassName
{
color: #FF355A;
}
.AnyTagClassName
{
color: #FF355A;
}
</style>
background-color css
<style>
a { background-color: #FF355A; }
a { background-color: rgb(255,53,90); }
div.DivClassName
{
background-color: #FF355A;
}
.BgClassName
{
background-color: #FF355A;
}
</style>
border-color css
<style>
span { border-color: #FF355A; }
span { border-color: rgb(255,53,90); }
td.TdClassName
{
border-color: #FF355A;
}
.TagClassName
{
border-color: #FF355A;
}
</style>