Shades of Radical Red #FF366F
Tints of Radical Red #FF366F
RGB
CMYK
RGB Variations
Color information
#FF366F (or 0xFF366F) is known color: Radical Red. HEX triplet: FF, 36 and 6F. RGB value is (255,54,111). Sum of RGB (Red+Green+Blue) = 255+54+111=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF366F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF366F is #00C990. Grayscale: #787878. Windows color (decimal): -51601 or 7288575. OLE color: 7288575.
HSL color Cylindrical-coordinate representation of color #FF366F: hue angle of 342.99º 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 #FF366F is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 111 | - |
| CMYK | 0 | 0.79 | 0.56 | 0 |
| HSL | 342.99º | 1% | 0.61% | - |
| HSV(B) | 342.99º | 0.79% | 1% | - |
| XYZ | 45.43 | 25.05 | 17.48 | - |
| YUV | 120.6 | 122.59 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 111 | 0 | 0.79 | 0.56 | 0 | 342.99 | 1 | 0.61 |
| Hex | FF | 36 | 6F | 0 | 4F | 38 | 0 | 157 | 64 | 3D |
| Octal | 377 | 66 | 157 | 0 | 117 | 70 | 0 | 527 | 144 | 75 |
| Binary | 11111111 | 110110 | 1101111 | 0 | 1001111 | 111000 | 0 | 101010111 | 1100100 | 111101 |
Color Harmonies of #FF366F
Complementary color
Monochromatic Colors of #FF366F
Black with #FF366F
Text Example
Text Example
White with #FF366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF366F; }
p { color: rgb(255,54,111); }
H1.HeaderClassName
{
color: #FF366F;
}
.AnyTagClassName
{
color: #FF366F;
}
</style>
background-color css
<style>
a { background-color: #FF366F; }
a { background-color: rgb(255,54,111); }
div.DivClassName
{
background-color: #FF366F;
}
.BgClassName
{
background-color: #FF366F;
}
</style>
border-color css
<style>
span { border-color: #FF366F; }
span { border-color: rgb(255,54,111); }
td.TdClassName
{
border-color: #FF366F;
}
.TagClassName
{
border-color: #FF366F;
}
</style>