Html Css Color HEX #FC314A Radical Red

📋 copy color: '#FC314A'

red 252 ◦ green 49 ◦ blue 74

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

Shades of Radical Red #FC314A

Tints of Radical Red #FC314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.07%

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

R = 67.2%
G = 13.07%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC314A (or 0xFC314A) is known color: Radical Red. HEX triplet: FC, 31 and 4A. RGB value is (252,49,74). Sum of RGB (Red+Green+Blue) = 252+49+74=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC314A is #03CEB5. Grayscale: #707070. Windows color (decimal): -249526 or 4862460. OLE color: 4862460.

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

Color convert

RGB 252 49 74 -
CMYK 0 0.81 0.71 0.01
HSL 352.61º 0.97% 0.59% -
HSV(B) 352.61º 0.81% 0.99% -
XYZ 42.48 23.39 8.75 -
YUV 112.55 106.25 227.47 -
System Red Green Blue C M Y K H S L
Decimal 252 49 74 0 0.81 0.71 0.01 352.61 0.97 0.59
Hex FC 31 4A 0 51 47 1 161 61 3B
Octal 374 61 112 0 121 107 1 541 141 73
Binary 11111100 110001 1001010 0 1010001 1000111 1 101100001 1100001 111011

Color Harmonies of #FC314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC314A

Black with #FC314A

Text Example


Text Example

White with #FC314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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