Html Css Color HEX #FC474A Radical Red

📋 copy color: '#FC474A'

red 252 ◦ green 71 ◦ blue 74

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

Shades of Radical Red #FC474A

Tints of Radical Red #FC474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.88%

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

R = 63.48%
G = 17.88%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC474A (or 0xFC474A) is known color: Radical Red. HEX triplet: FC, 47 and 4A. RGB value is (252,71,74). Sum of RGB (Red+Green+Blue) = 252+71+74=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC474A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC474A is #03B8B5. Grayscale: #7D7D7D. Windows color (decimal): -243894 or 4868092. OLE color: 4868092.

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

Color convert

RGB 252 71 74 -
CMYK 0 0.72 0.71 0.01
HSL 359.01º 0.97% 0.63% -
HSV(B) 359.01º 0.72% 0.99% -
XYZ 43.63 25.7 9.14 -
YUV 125.46 98.97 218.26 -
System Red Green Blue C M Y K H S L
Decimal 252 71 74 0 0.72 0.71 0.01 359.01 0.97 0.63
Hex FC 47 4A 0 48 47 1 167 61 3F
Octal 374 107 112 0 110 107 1 547 141 77
Binary 11111100 1000111 1001010 0 1001000 1000111 1 101100111 1100001 111111

Color Harmonies of #FC474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC474A

Black with #FC474A

Text Example


Text Example

White with #FC474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC474A; }

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

 H1.HeaderClassName
 {
   color: #FC474A;
 }
 .AnyTagClassName
 {
   color: #FC474A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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