Shades of Radical Red #FC525A
Tints of Radical Red #FC525A
RGB
CMYK
RGB Variations
Color information
#FC525A (or 0xFC525A) is known color: Radical Red. HEX triplet: FC, 52 and 5A. RGB value is (252,82,90). Sum of RGB (Red+Green+Blue) = 252+82+90=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC525A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC525A is #03ADA5. Grayscale: #858585. Windows color (decimal): -241062 or 5919484. OLE color: 5919484.
HSL color Cylindrical-coordinate representation of color #FC525A: hue angle of 357.18º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC525A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 90 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.01 |
| HSL | 357.18º | 0.97% | 0.65% | - |
| HSV(B) | 357.18º | 0.67% | 0.99% | - |
| XYZ | 45.01 | 27.47 | 12.6 | - |
| YUV | 133.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 90 | 0 | 0.67 | 0.64 | 0.01 | 357.18 | 0.97 | 0.65 |
| Hex | FC | 52 | 5A | 0 | 43 | 40 | 1 | 165 | 61 | 41 |
| Octal | 374 | 122 | 132 | 0 | 103 | 100 | 1 | 545 | 141 | 101 |
| Binary | 11111100 | 1010010 | 1011010 | 0 | 1000011 | 1000000 | 1 | 101100101 | 1100001 | 1000001 |
Color Harmonies of #FC525A
Complementary color
Monochromatic Colors of #FC525A
Black with #FC525A
Text Example
Text Example
White with #FC525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC525A; }
p { color: rgb(252,82,90); }
H1.HeaderClassName
{
color: #FC525A;
}
.AnyTagClassName
{
color: #FC525A;
}
</style>
background-color css
<style>
a { background-color: #FC525A; }
a { background-color: rgb(252,82,90); }
div.DivClassName
{
background-color: #FC525A;
}
.BgClassName
{
background-color: #FC525A;
}
</style>
border-color css
<style>
span { border-color: #FC525A; }
span { border-color: rgb(252,82,90); }
td.TdClassName
{
border-color: #FC525A;
}
.TagClassName
{
border-color: #FC525A;
}
</style>