Shades of Radical Red #FC366E
Tints of Radical Red #FC366E
RGB
CMYK
RGB Variations
Color information
#FC366E (or 0xFC366E) is known color: Radical Red. HEX triplet: FC, 36 and 6E. RGB value is (252,54,110). Sum of RGB (Red+Green+Blue) = 252+54+110=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC366E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC366E is #03C991. Grayscale: #777777. Windows color (decimal): -248210 or 7223036. OLE color: 7223036.
HSL color Cylindrical-coordinate representation of color #FC366E: hue angle of 343.03º 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 #FC366E is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 110 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.01 |
| HSL | 343.03º | 0.97% | 0.6% | - |
| HSV(B) | 343.03º | 0.79% | 0.99% | - |
| XYZ | 44.28 | 24.46 | 17.14 | - |
| YUV | 119.59 | 122.6 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 110 | 0 | 0.79 | 0.56 | 0.01 | 343.03 | 0.97 | 0.6 |
| Hex | FC | 36 | 6E | 0 | 4F | 38 | 1 | 157 | 61 | 3C |
| Octal | 374 | 66 | 156 | 0 | 117 | 70 | 1 | 527 | 141 | 74 |
| Binary | 11111100 | 110110 | 1101110 | 0 | 1001111 | 111000 | 1 | 101010111 | 1100001 | 111100 |
Color Harmonies of #FC366E
Complementary color
Monochromatic Colors of #FC366E
Black with #FC366E
Text Example
Text Example
White with #FC366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC366E; }
p { color: rgb(252,54,110); }
H1.HeaderClassName
{
color: #FC366E;
}
.AnyTagClassName
{
color: #FC366E;
}
</style>
background-color css
<style>
a { background-color: #FC366E; }
a { background-color: rgb(252,54,110); }
div.DivClassName
{
background-color: #FC366E;
}
.BgClassName
{
background-color: #FC366E;
}
</style>
border-color css
<style>
span { border-color: #FC366E; }
span { border-color: rgb(252,54,110); }
td.TdClassName
{
border-color: #FC366E;
}
.TagClassName
{
border-color: #FC366E;
}
</style>