Shades of Radical Red #FF356B
Tints of Radical Red #FF356B
RGB
CMYK
RGB Variations
Color information
#FF356B (or 0xFF356B) is known color: Radical Red. HEX triplet: FF, 35 and 6B. RGB value is (255,53,107). Sum of RGB (Red+Green+Blue) = 255+53+107=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF356B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF356B is #00CA94. Grayscale: #777777. Windows color (decimal): -51861 or 7026175. OLE color: 7026175.
HSL color Cylindrical-coordinate representation of color #FF356B: hue angle of 343.96º 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 #FF356B is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 107 | - |
| CMYK | 0 | 0.79 | 0.58 | 0 |
| HSL | 343.96º | 1% | 0.6% | - |
| HSV(B) | 343.96º | 0.79% | 1% | - |
| XYZ | 45.17 | 24.87 | 16.33 | - |
| YUV | 119.55 | 120.92 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 107 | 0 | 0.79 | 0.58 | 0 | 343.96 | 1 | 0.6 |
| Hex | FF | 35 | 6B | 0 | 4F | 3A | 0 | 158 | 64 | 3C |
| Octal | 377 | 65 | 153 | 0 | 117 | 72 | 0 | 530 | 144 | 74 |
| Binary | 11111111 | 110101 | 1101011 | 0 | 1001111 | 111010 | 0 | 101011000 | 1100100 | 111100 |
Color Harmonies of #FF356B
Complementary color
Monochromatic Colors of #FF356B
Black with #FF356B
Text Example
Text Example
White with #FF356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF356B; }
p { color: rgb(255,53,107); }
H1.HeaderClassName
{
color: #FF356B;
}
.AnyTagClassName
{
color: #FF356B;
}
</style>
background-color css
<style>
a { background-color: #FF356B; }
a { background-color: rgb(255,53,107); }
div.DivClassName
{
background-color: #FF356B;
}
.BgClassName
{
background-color: #FF356B;
}
</style>
border-color css
<style>
span { border-color: #FF356B; }
span { border-color: rgb(255,53,107); }
td.TdClassName
{
border-color: #FF356B;
}
.TagClassName
{
border-color: #FF356B;
}
</style>