Shades of Radical Red #FC4250
Tints of Radical Red #FC4250
RGB
CMYK
RGB Variations
Color information
#FC4250 (or 0xFC4250) is known color: Radical Red. HEX triplet: FC, 42 and 50. RGB value is (252,66,80). Sum of RGB (Red+Green+Blue) = 252+66+80=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4250 is #03BDAF. Grayscale: #7B7B7B. Windows color (decimal): -245168 or 5260028. OLE color: 5260028.
HSL color Cylindrical-coordinate representation of color #FC4250: hue angle of 355.48º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4250 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 80 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.01 |
| HSL | 355.48º | 0.97% | 0.62% | - |
| HSV(B) | 355.48º | 0.74% | 0.99% | - |
| XYZ | 43.54 | 25.17 | 10.15 | - |
| YUV | 123.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 80 | 0 | 0.74 | 0.68 | 0.01 | 355.48 | 0.97 | 0.62 |
| Hex | FC | 42 | 50 | 0 | 4A | 44 | 1 | 163 | 61 | 3E |
| Octal | 374 | 102 | 120 | 0 | 112 | 104 | 1 | 543 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1010000 | 0 | 1001010 | 1000100 | 1 | 101100011 | 1100001 | 111110 |
Color Harmonies of #FC4250
Complementary color
Monochromatic Colors of #FC4250
Black with #FC4250
Text Example
Text Example
White with #FC4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4250; }
p { color: rgb(252,66,80); }
H1.HeaderClassName
{
color: #FC4250;
}
.AnyTagClassName
{
color: #FC4250;
}
</style>
background-color css
<style>
a { background-color: #FC4250; }
a { background-color: rgb(252,66,80); }
div.DivClassName
{
background-color: #FC4250;
}
.BgClassName
{
background-color: #FC4250;
}
</style>
border-color css
<style>
span { border-color: #FC4250; }
span { border-color: rgb(252,66,80); }
td.TdClassName
{
border-color: #FC4250;
}
.TagClassName
{
border-color: #FC4250;
}
</style>