Html Css Color HEX #FC3649 Radical Red

📋 copy color: '#FC3649'

red 252 ◦ green 54 ◦ blue 73

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

Shades of Radical Red #FC3649

Tints of Radical Red #FC3649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 66.49%
G = 14.25%
B = 19.26%

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

#FC3649 (or 0xFC3649) is known color: Radical Red. HEX triplet: FC, 36 and 49. RGB value is (252,54,73). Sum of RGB (Red+Green+Blue) = 252+54+73=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3649 is #03C9B6. Grayscale: #737373. Windows color (decimal): -248247 or 4798204. OLE color: 4798204.

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

Color convert

RGB 252 54 73 -
CMYK 0 0.79 0.71 0.01
HSL 354.24º 0.97% 0.6% -
HSV(B) 354.24º 0.79% 0.99% -
XYZ 42.67 23.81 8.65 -
YUV 115.37 104.1 225.46 -
System Red Green Blue C M Y K H S L
Decimal 252 54 73 0 0.79 0.71 0.01 354.24 0.97 0.6
Hex FC 36 49 0 4F 47 1 162 61 3C
Octal 374 66 111 0 117 107 1 542 141 74
Binary 11111100 110110 1001001 0 1001111 1000111 1 101100010 1100001 111100

Color Harmonies of #FC3649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3649

Black with #FC3649

Text Example


Text Example

White with #FC3649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3649; }

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

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

background-color css

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

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

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

border-color css

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

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

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