Html Css Color HEX #FC4449 Radical Red

📋 copy color: '#FC4449'

red 252 ◦ green 68 ◦ blue 73

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

Shades of Radical Red #FC4449

Tints of Radical Red #FC4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

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

R = 64.12%
G = 17.3%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC4449 (or 0xFC4449) is known color: Radical Red. HEX triplet: FC, 44 and 49. RGB value is (252,68,73). Sum of RGB (Red+Green+Blue) = 252+68+73=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4449 is #03BBB6. Grayscale: #7B7B7B. Windows color (decimal): -244663 or 4801788. OLE color: 4801788.

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

Color convert

RGB 252 68 73 -
CMYK 0 0.73 0.71 0.01
HSL 358.37º 0.97% 0.63% -
HSV(B) 358.37º 0.73% 0.99% -
XYZ 43.41 25.31 8.9 -
YUV 123.59 99.46 219.59 -
System Red Green Blue C M Y K H S L
Decimal 252 68 73 0 0.73 0.71 0.01 358.37 0.97 0.63
Hex FC 44 49 0 49 47 1 166 61 3F
Octal 374 104 111 0 111 107 1 546 141 77
Binary 11111100 1000100 1001001 0 1001001 1000111 1 101100110 1100001 111111

Color Harmonies of #FC4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4449

Black with #FC4449

Text Example


Text Example

White with #FC4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4449; }

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

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

background-color css

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

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

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

border-color css

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

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

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