Html Css Color HEX #FC494A Radical Red

📋 copy color: '#FC494A'

red 252 ◦ green 73 ◦ blue 74

#FC494A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FC494A

Tints of Radical Red #FC494A

RGB

 RED value IS 252 (98.83% from 255) = 63.16%

 GREEN value IS 73 (28.91% from 255) = 18.3%

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 63.16%
G = 18.3%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC494A (or 0xFC494A) is known color: 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

RGB 252 73 74 -
CMYK 0 0.71 0.71 0.01
HSL 359.66º 0.97% 0.64% -
HSV(B) 359.66º 0.71% 0.99% -
XYZ 43.76 25.95 9.18 -
YUV 126.64 98.3 217.42 -
System Red Green Blue C M Y K H S L
Decimal 252 73 74 0 0.71 0.71 0.01 359.66 0.97 0.64
Hex FC 49 4A 0 47 47 1 168 61 40
Octal 374 111 112 0 107 107 1 550 141 100
Binary 11111100 1001001 1001010 0 1000111 1000111 1 101101000 1100001 1000000

Color Harmonies of #FC494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC494A

Black with #FC494A

Text Example


Text Example

White with #FC494A

Text Example


Text Example

HTML Codes & Css Web 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>