Html Css Color HEX #FC344D Radical Red

📋 copy color: '#FC344D'

red 252 ◦ green 52 ◦ blue 77

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

Shades of Radical Red #FC344D

Tints of Radical Red #FC344D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 66.14%
G = 13.65%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC344D (or 0xFC344D) is known color: Radical Red. HEX triplet: FC, 34 and 4D. RGB value is (252,52,77). Sum of RGB (Red+Green+Blue) = 252+52+77=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC344D is #03CBB2. Grayscale: #727272. Windows color (decimal): -248755 or 5059836. OLE color: 5059836.

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

Color convert

RGB 252 52 77 -
CMYK 0 0.79 0.69 0.01
HSL 352.5º 0.97% 0.6% -
HSV(B) 352.5º 0.79% 0.99% -
XYZ 42.71 23.69 9.34 -
YUV 114.65 106.76 225.97 -
System Red Green Blue C M Y K H S L
Decimal 252 52 77 0 0.79 0.69 0.01 352.5 0.97 0.6
Hex FC 34 4D 0 4F 45 1 160 61 3C
Octal 374 64 115 0 117 105 1 540 141 74
Binary 11111100 110100 1001101 0 1001111 1000101 1 101100000 1100001 111100

Color Harmonies of #FC344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC344D

Black with #FC344D

Text Example


Text Example

White with #FC344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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