Html Css Color HEX #FC364A Radical Red

📋 copy color: '#FC364A'

red 252 ◦ green 54 ◦ blue 74

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

Shades of Radical Red #FC364A

Tints of Radical Red #FC364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

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

R = 66.32%
G = 14.21%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC364A (or 0xFC364A) is known color: Radical Red. HEX triplet: FC, 36 and 4A. RGB value is (252,54,74). Sum of RGB (Red+Green+Blue) = 252+54+74=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC364A is #03C9B5. Grayscale: #737373. Windows color (decimal): -248246 or 4863740. OLE color: 4863740.

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

Color convert

RGB 252 54 74 -
CMYK 0 0.79 0.71 0.01
HSL 353.94º 0.97% 0.6% -
HSV(B) 353.94º 0.79% 0.99% -
XYZ 42.7 23.83 8.83 -
YUV 115.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 252 54 74 0 0.79 0.71 0.01 353.94 0.97 0.6
Hex FC 36 4A 0 4F 47 1 162 61 3C
Octal 374 66 112 0 117 107 1 542 141 74
Binary 11111100 110110 1001010 0 1001111 1000111 1 101100010 1100001 111100

Color Harmonies of #FC364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC364A

Black with #FC364A

Text Example


Text Example

White with #FC364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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