Shades of Radical Red #FC434A
Tints of Radical Red #FC434A
RGB
CMYK
RGB Variations
Color information
#FC434A (or 0xFC434A) is known color: Radical Red. HEX triplet: FC, 43 and 4A. RGB value is (252,67,74). Sum of RGB (Red+Green+Blue) = 252+67+74=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC434A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC434A is #03BCB5. Grayscale: #7B7B7B. Windows color (decimal): -244918 or 4867068. OLE color: 4867068.
HSL color Cylindrical-coordinate representation of color #FC434A: hue angle of 357.73º 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 #FC434A is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 74 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.01 |
| HSL | 357.73º | 0.97% | 0.63% | - |
| HSV(B) | 357.73º | 0.73% | 0.99% | - |
| XYZ | 43.39 | 25.2 | 9.06 | - |
| YUV | 123.11 | 100.29 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 74 | 0 | 0.73 | 0.71 | 0.01 | 357.73 | 0.97 | 0.63 |
| Hex | FC | 43 | 4A | 0 | 49 | 47 | 1 | 166 | 61 | 3F |
| Octal | 374 | 103 | 112 | 0 | 111 | 107 | 1 | 546 | 141 | 77 |
| Binary | 11111100 | 1000011 | 1001010 | 0 | 1001001 | 1000111 | 1 | 101100110 | 1100001 | 111111 |
Color Harmonies of #FC434A
Complementary color
Monochromatic Colors of #FC434A
Black with #FC434A
Text Example
Text Example
White with #FC434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC434A; }
p { color: rgb(252,67,74); }
H1.HeaderClassName
{
color: #FC434A;
}
.AnyTagClassName
{
color: #FC434A;
}
</style>
background-color css
<style>
a { background-color: #FC434A; }
a { background-color: rgb(252,67,74); }
div.DivClassName
{
background-color: #FC434A;
}
.BgClassName
{
background-color: #FC434A;
}
</style>
border-color css
<style>
span { border-color: #FC434A; }
span { border-color: rgb(252,67,74); }
td.TdClassName
{
border-color: #FC434A;
}
.TagClassName
{
border-color: #FC434A;
}
</style>