Shades of Radical Red #FC366A
Tints of Radical Red #FC366A
RGB
CMYK
RGB Variations
Color information
#FC366A (or 0xFC366A) is known color: Radical Red. HEX triplet: FC, 36 and 6A. RGB value is (252,54,106). Sum of RGB (Red+Green+Blue) = 252+54+106=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC366A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC366A is #03C995. Grayscale: #777777. Windows color (decimal): -248214 or 6960892. OLE color: 6960892.
HSL color Cylindrical-coordinate representation of color #FC366A: hue angle of 344.24º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC366A is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 106 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.01 |
| HSL | 344.24º | 0.97% | 0.6% | - |
| HSV(B) | 344.24º | 0.79% | 0.99% | - |
| XYZ | 44.07 | 24.37 | 16.02 | - |
| YUV | 119.13 | 120.6 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 106 | 0 | 0.79 | 0.58 | 0.01 | 344.24 | 0.97 | 0.6 |
| Hex | FC | 36 | 6A | 0 | 4F | 3A | 1 | 158 | 61 | 3C |
| Octal | 374 | 66 | 152 | 0 | 117 | 72 | 1 | 530 | 141 | 74 |
| Binary | 11111100 | 110110 | 1101010 | 0 | 1001111 | 111010 | 1 | 101011000 | 1100001 | 111100 |
Color Harmonies of #FC366A
Complementary color
Monochromatic Colors of #FC366A
Black with #FC366A
Text Example
Text Example
White with #FC366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC366A; }
p { color: rgb(252,54,106); }
H1.HeaderClassName
{
color: #FC366A;
}
.AnyTagClassName
{
color: #FC366A;
}
</style>
background-color css
<style>
a { background-color: #FC366A; }
a { background-color: rgb(252,54,106); }
div.DivClassName
{
background-color: #FC366A;
}
.BgClassName
{
background-color: #FC366A;
}
</style>
border-color css
<style>
span { border-color: #FC366A; }
span { border-color: rgb(252,54,106); }
td.TdClassName
{
border-color: #FC366A;
}
.TagClassName
{
border-color: #FC366A;
}
</style>