Html Css Color HEX #FC3449 Radical Red

📋 copy color: '#FC3449'

red 252 ◦ green 52 ◦ blue 73

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

Shades of Radical Red #FC3449

Tints of Radical Red #FC3449

RGB

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

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

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

R = 66.84%
G = 13.79%
B = 19.36%

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

#FC3449 (or 0xFC3449) is known color: Radical Red. HEX triplet: FC, 34 and 49. RGB value is (252,52,73). Sum of RGB (Red+Green+Blue) = 252+52+73=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3449 is #03CBB6. Grayscale: #727272. Windows color (decimal): -248759 or 4797692. OLE color: 4797692.

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

Color convert

RGB 252 52 73 -
CMYK 0 0.79 0.71 0.01
HSL 353.7º 0.97% 0.6% -
HSV(B) 353.7º 0.79% 0.99% -
XYZ 42.58 23.63 8.62 -
YUV 114.19 104.76 226.29 -
System Red Green Blue C M Y K H S L
Decimal 252 52 73 0 0.79 0.71 0.01 353.7 0.97 0.6
Hex FC 34 49 0 4F 47 1 162 61 3C
Octal 374 64 111 0 117 107 1 542 141 74
Binary 11111100 110100 1001001 0 1001111 1000111 1 101100010 1100001 111100

Color Harmonies of #FC3449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3449

Black with #FC3449

Text Example


Text Example

White with #FC3449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3449; }

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

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

background-color css

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

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

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

border-color css

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

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

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