Shades of Radical Red #FC245A
Tints of Radical Red #FC245A
RGB
CMYK
RGB Variations
Color information
#FC245A (or 0xFC245A) is known color: Radical Red. HEX triplet: FC, 24 and 5A. RGB value is (252,36,90). Sum of RGB (Red+Green+Blue) = 252+36+90=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC245A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC245A is #03DBA5. Grayscale: #6A6A6A. Windows color (decimal): -252838 or 5907708. OLE color: 5907708.
HSL color Cylindrical-coordinate representation of color #FC245A: hue angle of 345º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC245A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 90 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.01 |
| HSL | 345º | 0.97% | 0.56% | - |
| HSV(B) | 345º | 0.86% | 0.99% | - |
| XYZ | 42.62 | 22.7 | 11.81 | - |
| YUV | 106.74 | 118.56 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 90 | 0 | 0.86 | 0.64 | 0.01 | 345 | 0.97 | 0.56 |
| Hex | FC | 24 | 5A | 0 | 56 | 40 | 1 | 159 | 61 | 38 |
| Octal | 374 | 44 | 132 | 0 | 126 | 100 | 1 | 531 | 141 | 70 |
| Binary | 11111100 | 100100 | 1011010 | 0 | 1010110 | 1000000 | 1 | 101011001 | 1100001 | 111000 |
Color Harmonies of #FC245A
Complementary color
Monochromatic Colors of #FC245A
Black with #FC245A
Text Example
Text Example
White with #FC245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC245A; }
p { color: rgb(252,36,90); }
H1.HeaderClassName
{
color: #FC245A;
}
.AnyTagClassName
{
color: #FC245A;
}
</style>
background-color css
<style>
a { background-color: #FC245A; }
a { background-color: rgb(252,36,90); }
div.DivClassName
{
background-color: #FC245A;
}
.BgClassName
{
background-color: #FC245A;
}
</style>
border-color css
<style>
span { border-color: #FC245A; }
span { border-color: rgb(252,36,90); }
td.TdClassName
{
border-color: #FC245A;
}
.TagClassName
{
border-color: #FC245A;
}
</style>