Shades of Radical Red #FC4043
Tints of Radical Red #FC4043
RGB
CMYK
RGB Variations
Color information
#FC4043 (or 0xFC4043) is known color: Radical Red. HEX triplet: FC, 40 and 43. RGB value is (252,64,67). Sum of RGB (Red+Green+Blue) = 252+64+67=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4043 is #03BFBC. Grayscale: #787878. Windows color (decimal): -245693 or 4407548. OLE color: 4407548.
HSL color Cylindrical-coordinate representation of color #FC4043: hue angle of 359.04º 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 #FC4043 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 67 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.01 |
| HSL | 359.04º | 0.97% | 0.62% | - |
| HSV(B) | 359.04º | 0.75% | 0.99% | - |
| XYZ | 42.99 | 24.77 | 7.82 | - |
| YUV | 120.55 | 97.78 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 67 | 0 | 0.75 | 0.73 | 0.01 | 359.04 | 0.97 | 0.62 |
| Hex | FC | 40 | 43 | 0 | 4B | 49 | 1 | 167 | 61 | 3E |
| Octal | 374 | 100 | 103 | 0 | 113 | 111 | 1 | 547 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1000011 | 0 | 1001011 | 1001001 | 1 | 101100111 | 1100001 | 111110 |
Color Harmonies of #FC4043
Complementary color
Monochromatic Colors of #FC4043
Black with #FC4043
Text Example
Text Example
White with #FC4043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4043; }
p { color: rgb(252,64,67); }
H1.HeaderClassName
{
color: #FC4043;
}
.AnyTagClassName
{
color: #FC4043;
}
</style>
background-color css
<style>
a { background-color: #FC4043; }
a { background-color: rgb(252,64,67); }
div.DivClassName
{
background-color: #FC4043;
}
.BgClassName
{
background-color: #FC4043;
}
</style>
border-color css
<style>
span { border-color: #FC4043; }
span { border-color: rgb(252,64,67); }
td.TdClassName
{
border-color: #FC4043;
}
.TagClassName
{
border-color: #FC4043;
}
</style>