Shades of Radical Red #FC284C
Tints of Radical Red #FC284C
RGB
CMYK
RGB Variations
Color information
#FC284C (or 0xFC284C) is known color: Radical Red. HEX triplet: FC, 28 and 4C. RGB value is (252,40,76). Sum of RGB (Red+Green+Blue) = 252+40+76=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC284C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC284C is #03D7B3. Grayscale: #6B6B6B. Windows color (decimal): -251828 or 4991228. OLE color: 4991228.
HSL color Cylindrical-coordinate representation of color #FC284C: hue angle of 349.81º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC284C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 76 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.01 |
| HSL | 349.81º | 0.97% | 0.57% | - |
| HSV(B) | 349.81º | 0.84% | 0.99% | - |
| XYZ | 42.21 | 22.73 | 9 | - |
| YUV | 107.49 | 110.24 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 76 | 0 | 0.84 | 0.70 | 0.01 | 349.81 | 0.97 | 0.57 |
| Hex | FC | 28 | 4C | 0 | 54 | 46 | 1 | 15E | 61 | 39 |
| Octal | 374 | 50 | 114 | 0 | 124 | 106 | 1 | 536 | 141 | 71 |
| Binary | 11111100 | 101000 | 1001100 | 0 | 1010100 | 1000110 | 1 | 101011110 | 1100001 | 111001 |
Color Harmonies of #FC284C
Complementary color
Monochromatic Colors of #FC284C
Black with #FC284C
Text Example
Text Example
White with #FC284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC284C; }
p { color: rgb(252,40,76); }
H1.HeaderClassName
{
color: #FC284C;
}
.AnyTagClassName
{
color: #FC284C;
}
</style>
background-color css
<style>
a { background-color: #FC284C; }
a { background-color: rgb(252,40,76); }
div.DivClassName
{
background-color: #FC284C;
}
.BgClassName
{
background-color: #FC284C;
}
</style>
border-color css
<style>
span { border-color: #FC284C; }
span { border-color: rgb(252,40,76); }
td.TdClassName
{
border-color: #FC284C;
}
.TagClassName
{
border-color: #FC284C;
}
</style>