Shades of Radical Red #FC435A
Tints of Radical Red #FC435A
RGB
CMYK
RGB Variations
Color information
#FC435A (or 0xFC435A) is known color: Radical Red. HEX triplet: FC, 43 and 5A. RGB value is (252,67,90). Sum of RGB (Red+Green+Blue) = 252+67+90=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC435A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC435A is #03BCA5. Grayscale: #7D7D7D. Windows color (decimal): -244902 or 5915644. OLE color: 5915644.
HSL color Cylindrical-coordinate representation of color #FC435A: hue angle of 352.54º 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 #FC435A is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 90 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.01 |
| HSL | 352.54º | 0.97% | 0.63% | - |
| HSV(B) | 352.54º | 0.73% | 0.99% | - |
| XYZ | 44 | 25.45 | 12.27 | - |
| YUV | 124.94 | 108.29 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 90 | 0 | 0.73 | 0.64 | 0.01 | 352.54 | 0.97 | 0.63 |
| Hex | FC | 43 | 5A | 0 | 49 | 40 | 1 | 161 | 61 | 3F |
| Octal | 374 | 103 | 132 | 0 | 111 | 100 | 1 | 541 | 141 | 77 |
| Binary | 11111100 | 1000011 | 1011010 | 0 | 1001001 | 1000000 | 1 | 101100001 | 1100001 | 111111 |
Color Harmonies of #FC435A
Complementary color
Monochromatic Colors of #FC435A
Black with #FC435A
Text Example
Text Example
White with #FC435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC435A; }
p { color: rgb(252,67,90); }
H1.HeaderClassName
{
color: #FC435A;
}
.AnyTagClassName
{
color: #FC435A;
}
</style>
background-color css
<style>
a { background-color: #FC435A; }
a { background-color: rgb(252,67,90); }
div.DivClassName
{
background-color: #FC435A;
}
.BgClassName
{
background-color: #FC435A;
}
</style>
border-color css
<style>
span { border-color: #FC435A; }
span { border-color: rgb(252,67,90); }
td.TdClassName
{
border-color: #FC435A;
}
.TagClassName
{
border-color: #FC435A;
}
</style>