Shades of Radical Red #FC4353
Tints of Radical Red #FC4353
RGB
CMYK
RGB Variations
Color information
#FC4353 (or 0xFC4353) is known color: Radical Red. HEX triplet: FC, 43 and 53. RGB value is (252,67,83). Sum of RGB (Red+Green+Blue) = 252+67+83=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4353 is #03BCAC. Grayscale: #7C7C7C. Windows color (decimal): -244909 or 5456892. OLE color: 5456892.
HSL color Cylindrical-coordinate representation of color #FC4353: hue angle of 354.81º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4353 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 83 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.01 |
| HSL | 354.81º | 0.97% | 0.63% | - |
| HSV(B) | 354.81º | 0.73% | 0.99% | - |
| XYZ | 43.71 | 25.33 | 10.77 | - |
| YUV | 124.14 | 104.79 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 83 | 0 | 0.73 | 0.67 | 0.01 | 354.81 | 0.97 | 0.63 |
| Hex | FC | 43 | 53 | 0 | 49 | 43 | 1 | 163 | 61 | 3F |
| Octal | 374 | 103 | 123 | 0 | 111 | 103 | 1 | 543 | 141 | 77 |
| Binary | 11111100 | 1000011 | 1010011 | 0 | 1001001 | 1000011 | 1 | 101100011 | 1100001 | 111111 |
Color Harmonies of #FC4353
Complementary color
Monochromatic Colors of #FC4353
Black with #FC4353
Text Example
Text Example
White with #FC4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4353; }
p { color: rgb(252,67,83); }
H1.HeaderClassName
{
color: #FC4353;
}
.AnyTagClassName
{
color: #FC4353;
}
</style>
background-color css
<style>
a { background-color: #FC4353; }
a { background-color: rgb(252,67,83); }
div.DivClassName
{
background-color: #FC4353;
}
.BgClassName
{
background-color: #FC4353;
}
</style>
border-color css
<style>
span { border-color: #FC4353; }
span { border-color: rgb(252,67,83); }
td.TdClassName
{
border-color: #FC4353;
}
.TagClassName
{
border-color: #FC4353;
}
</style>