Shades of Radical Red #FF356E
Tints of Radical Red #FF356E
RGB
CMYK
RGB Variations
Color information
#FF356E (or 0xFF356E) is known color: Radical Red. HEX triplet: FF, 35 and 6E. RGB value is (255,53,110). Sum of RGB (Red+Green+Blue) = 255+53+110=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF356E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF356E is #00CA91. Grayscale: #777777. Windows color (decimal): -51858 or 7222783. OLE color: 7222783.
HSL color Cylindrical-coordinate representation of color #FF356E: hue angle of 343.07º 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 #FF356E is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 110 | - |
| CMYK | 0 | 0.79 | 0.57 | 0 |
| HSL | 343.07º | 1% | 0.6% | - |
| HSV(B) | 343.07º | 0.79% | 1% | - |
| XYZ | 45.33 | 24.93 | 17.18 | - |
| YUV | 119.9 | 122.42 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 110 | 0 | 0.79 | 0.57 | 0 | 343.07 | 1 | 0.6 |
| Hex | FF | 35 | 6E | 0 | 4F | 39 | 0 | 157 | 64 | 3C |
| Octal | 377 | 65 | 156 | 0 | 117 | 71 | 0 | 527 | 144 | 74 |
| Binary | 11111111 | 110101 | 1101110 | 0 | 1001111 | 111001 | 0 | 101010111 | 1100100 | 111100 |
Color Harmonies of #FF356E
Complementary color
Monochromatic Colors of #FF356E
Black with #FF356E
Text Example
Text Example
White with #FF356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF356E; }
p { color: rgb(255,53,110); }
H1.HeaderClassName
{
color: #FF356E;
}
.AnyTagClassName
{
color: #FF356E;
}
</style>
background-color css
<style>
a { background-color: #FF356E; }
a { background-color: rgb(255,53,110); }
div.DivClassName
{
background-color: #FF356E;
}
.BgClassName
{
background-color: #FF356E;
}
</style>
border-color css
<style>
span { border-color: #FF356E; }
span { border-color: rgb(255,53,110); }
td.TdClassName
{
border-color: #FF356E;
}
.TagClassName
{
border-color: #FF356E;
}
</style>