Html Css Color HEX #FC344A Radical Red

📋 copy color: '#FC344A'

red 252 ◦ green 52 ◦ blue 74

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

Shades of Radical Red #FC344A

Tints of Radical Red #FC344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

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

R = 66.67%
G = 13.76%
B = 19.58%

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

#FC344A (or 0xFC344A) is known color: Radical Red. HEX triplet: FC, 34 and 4A. RGB value is (252,52,74). Sum of RGB (Red+Green+Blue) = 252+52+74=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC344A is #03CBB5. Grayscale: #727272. Windows color (decimal): -248758 or 4863228. OLE color: 4863228.

HSL color Cylindrical-coordinate representation of color #FC344A: hue angle of 353.4º 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 #FC344A is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 52 74 -
CMYK 0 0.79 0.71 0.01
HSL 353.4º 0.97% 0.6% -
HSV(B) 353.4º 0.79% 0.99% -
XYZ 42.61 23.65 8.8 -
YUV 114.31 105.26 226.21 -
System Red Green Blue C M Y K H S L
Decimal 252 52 74 0 0.79 0.71 0.01 353.4 0.97 0.6
Hex FC 34 4A 0 4F 47 1 161 61 3C
Octal 374 64 112 0 117 107 1 541 141 74
Binary 11111100 110100 1001010 0 1001111 1000111 1 101100001 1100001 111100

Color Harmonies of #FC344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC344A

Black with #FC344A

Text Example


Text Example

White with #FC344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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