#FC4549

Color #FC4549 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FC4549

Tints of Radical Red #FC4549

Color information

#FC4549 (or 0xFC4549) is unknown color: approx Radical Red. HEX triplet: FC, 45 and 49. RGB value is (252,69,73). Sum of RGB (Red+Green+Blue) = 252+69+73=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4549 is #03BAB6. Grayscale: #7C7C7C. Windows color (decimal): -244407 or 4802044. OLE color: 4802044.

HSL color Cylindrical-coordinate representation of color #FC4549: hue angle of 358.69º 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 #FC4549 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB2526973-
CMYK00.730.710.01
HSL358.69º96.83%62.94%-
HSV(B)358.69º72.62%98.82%-
XYZ43.4825.438.92-
YUV124.1799.13219.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 63.96%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=63.96%
G=17.51%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252697300.730.710.01358.6996.8362.94
HexFC4549049471167613f
Octal3741051110111107154714177
Binary111111001000101100100101001001100011111011001111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4549; }

 p { color: rgb(252,69,73); }

 H1.HeaderClassName
 {
   color: #FC4549;
 }
 .AnyTagClassName
 {
   color: #FC4549;
 }
</style>
background-color css

<style>
 a { background-color: #FC4549; }

 a { background-color: rgb(252,69,73); }

 div.DivClassName
 {
   background-color: #FC4549;
 }
 .BgClassName
 {
   background-color: #FC4549;
 }
</style>
border-color css

<style>
 span { border-color: #FC4549; }

 span { border-color: rgb(252,69,73); }

 td.TdClassName
 {
   border-color: #FC4549;
 }
 .TagClassName
 {
   border-color: #FC4549;
 }
</style>