#FC494A

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

Shades of Radical Red #FC494A

Tints of Radical Red #FC494A

Color information

#FC494A (or 0xFC494A) is unknown color: approx Radical Red. HEX triplet: FC, 49 and 4A. RGB value is (252,73,74). Sum of RGB (Red+Green+Blue) = 252+73+74=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC494A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC494A is #03B6B5. Grayscale: #7E7E7E. Windows color (decimal): -243382 or 4868604. OLE color: 4868604.

HSL color Cylindrical-coordinate representation of color #FC494A: hue angle of 359.66º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC494A is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB2527374-
CMYK00.710.710.01
HSL359.66º96.76%63.73%-
HSV(B)359.66º71.03%98.82%-
XYZ43.7625.959.18-
YUV126.6498.3217.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.16%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=63.16%
G=18.30%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252737400.710.710.01359.6696.7663.73
HexFC494A0474711686140
Octal37411111201071071550141100
Binary1111110010010011001010010001111000111110110100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC494A; }

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

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

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

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

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

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

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

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