Shades of Radical Red #FF356C
Tints of Radical Red #FF356C
RGB
CMYK
RGB Variations
Color information
#FF356C (or 0xFF356C) is known color: Radical Red. HEX triplet: FF, 35 and 6C. RGB value is (255,53,108). Sum of RGB (Red+Green+Blue) = 255+53+108=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF356C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF356C is #00CA93. Grayscale: #777777. Windows color (decimal): -51860 or 7091711. OLE color: 7091711.
HSL color Cylindrical-coordinate representation of color #FF356C: hue angle of 343.66º 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 #FF356C is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 108 | - |
| CMYK | 0 | 0.79 | 0.58 | 0 |
| HSL | 343.66º | 1% | 0.6% | - |
| HSV(B) | 343.66º | 0.79% | 1% | - |
| XYZ | 45.22 | 24.89 | 16.61 | - |
| YUV | 119.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 108 | 0 | 0.79 | 0.58 | 0 | 343.66 | 1 | 0.6 |
| Hex | FF | 35 | 6C | 0 | 4F | 3A | 0 | 158 | 64 | 3C |
| Octal | 377 | 65 | 154 | 0 | 117 | 72 | 0 | 530 | 144 | 74 |
| Binary | 11111111 | 110101 | 1101100 | 0 | 1001111 | 111010 | 0 | 101011000 | 1100100 | 111100 |
Color Harmonies of #FF356C
Complementary color
Monochromatic Colors of #FF356C
Black with #FF356C
Text Example
Text Example
White with #FF356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF356C; }
p { color: rgb(255,53,108); }
H1.HeaderClassName
{
color: #FF356C;
}
.AnyTagClassName
{
color: #FF356C;
}
</style>
background-color css
<style>
a { background-color: #FF356C; }
a { background-color: rgb(255,53,108); }
div.DivClassName
{
background-color: #FF356C;
}
.BgClassName
{
background-color: #FF356C;
}
</style>
border-color css
<style>
span { border-color: #FF356C; }
span { border-color: rgb(255,53,108); }
td.TdClassName
{
border-color: #FF356C;
}
.TagClassName
{
border-color: #FF356C;
}
</style>