Shades of Radical Red #FC3F40
Tints of Radical Red #FC3F40
RGB
CMYK
RGB Variations
Color information
#FC3F40 (or 0xFC3F40) is known color: Radical Red. HEX triplet: FC, 3F and 40. RGB value is (252,63,64). Sum of RGB (Red+Green+Blue) = 252+63+64=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3F40 is #03C0BF. Grayscale: #777777. Windows color (decimal): -245952 or 4210684. OLE color: 4210684.
HSL color Cylindrical-coordinate representation of color #FC3F40: hue angle of 359.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3F40 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 64 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.01 |
| HSL | 359.68º | 0.97% | 0.62% | - |
| HSV(B) | 359.68º | 0.75% | 0.99% | - |
| XYZ | 42.85 | 24.62 | 7.34 | - |
| YUV | 119.63 | 96.62 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 64 | 0 | 0.75 | 0.75 | 0.01 | 359.68 | 0.97 | 0.62 |
| Hex | FC | 3F | 40 | 0 | 4B | 4B | 1 | 168 | 61 | 3E |
| Octal | 374 | 77 | 100 | 0 | 113 | 113 | 1 | 550 | 141 | 76 |
| Binary | 11111100 | 111111 | 1000000 | 0 | 1001011 | 1001011 | 1 | 101101000 | 1100001 | 111110 |
Color Harmonies of #FC3F40
Complementary color
Monochromatic Colors of #FC3F40
Black with #FC3F40
Text Example
Text Example
White with #FC3F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3F40; }
p { color: rgb(252,63,64); }
H1.HeaderClassName
{
color: #FC3F40;
}
.AnyTagClassName
{
color: #FC3F40;
}
</style>
background-color css
<style>
a { background-color: #FC3F40; }
a { background-color: rgb(252,63,64); }
div.DivClassName
{
background-color: #FC3F40;
}
.BgClassName
{
background-color: #FC3F40;
}
</style>
border-color css
<style>
span { border-color: #FC3F40; }
span { border-color: rgb(252,63,64); }
td.TdClassName
{
border-color: #FC3F40;
}
.TagClassName
{
border-color: #FC3F40;
}
</style>