Html Css Color HEX #FC3E4D Radical Red

📋 copy color: '#FC3E4D'

red 252 ◦ green 62 ◦ blue 77

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

Shades of Radical Red #FC3E4D

Tints of Radical Red #FC3E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.86%

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

R = 64.45%
G = 15.86%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC3E4D (or 0xFC3E4D) is known color: Radical Red. HEX triplet: FC, 3E and 4D. RGB value is (252,62,77). Sum of RGB (Red+Green+Blue) = 252+62+77=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E4D is #03C1B2. Grayscale: #787878. Windows color (decimal): -246195 or 5062396. OLE color: 5062396.

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

Color convert

RGB 252 62 77 -
CMYK 0 0.75 0.69 0.01
HSL 355.26º 0.97% 0.62% -
HSV(B) 355.26º 0.75% 0.99% -
XYZ 43.21 24.68 9.51 -
YUV 120.52 103.45 221.78 -
System Red Green Blue C M Y K H S L
Decimal 252 62 77 0 0.75 0.69 0.01 355.26 0.97 0.62
Hex FC 3E 4D 0 4B 45 1 163 61 3E
Octal 374 76 115 0 113 105 1 543 141 76
Binary 11111100 111110 1001101 0 1001011 1000101 1 101100011 1100001 111110

Color Harmonies of #FC3E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3E4D

Black with #FC3E4D

Text Example


Text Example

White with #FC3E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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