Html Css Color HEX #FC334A Radical Red

📋 copy color: '#FC334A'

red 252 ◦ green 51 ◦ blue 74

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

Shades of Radical Red #FC334A

Tints of Radical Red #FC334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

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

R = 66.84%
G = 13.53%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC334A (or 0xFC334A) is known color: Radical Red. HEX triplet: FC, 33 and 4A. RGB value is (252,51,74). Sum of RGB (Red+Green+Blue) = 252+51+74=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC334A is #03CCB5. Grayscale: #717171. Windows color (decimal): -249014 or 4862972. OLE color: 4862972.

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

Color convert

RGB 252 51 74 -
CMYK 0 0.80 0.71 0.01
HSL 353.13º 0.97% 0.59% -
HSV(B) 353.13º 0.8% 0.99% -
XYZ 42.56 23.56 8.78 -
YUV 113.72 105.59 226.63 -
System Red Green Blue C M Y K H S L
Decimal 252 51 74 0 0.80 0.71 0.01 353.13 0.97 0.59
Hex FC 33 4A 0 50 47 1 161 61 3B
Octal 374 63 112 0 120 107 1 541 141 73
Binary 11111100 110011 1001010 0 1010000 1000111 1 101100001 1100001 111011

Color Harmonies of #FC334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC334A

Black with #FC334A

Text Example


Text Example

White with #FC334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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