Html Css Color HEX #FC4143 Radical Red

📋 copy color: '#FC4143'

red 252 ◦ green 65 ◦ blue 67

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

Shades of Radical Red #FC4143

Tints of Radical Red #FC4143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

 BLUE value IS 67 (26.56% from 255) = 17.45%

R = 65.63%
G = 16.93%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC4143 (or 0xFC4143) is known color: Radical Red. HEX triplet: FC, 41 and 43. RGB value is (252,65,67). Sum of RGB (Red+Green+Blue) = 252+65+67=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4143 is #03BEBC. Grayscale: #797979. Windows color (decimal): -245437 or 4407804. OLE color: 4407804.

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

Color convert

RGB 252 65 67 -
CMYK 0 0.74 0.73 0.01
HSL 359.36º 0.97% 0.62% -
HSV(B) 359.36º 0.74% 0.99% -
XYZ 43.05 24.88 7.84 -
YUV 121.14 97.45 221.34 -
System Red Green Blue C M Y K H S L
Decimal 252 65 67 0 0.74 0.73 0.01 359.36 0.97 0.62
Hex FC 41 43 0 4A 49 1 167 61 3E
Octal 374 101 103 0 112 111 1 547 141 76
Binary 11111100 1000001 1000011 0 1001010 1001001 1 101100111 1100001 111110

Color Harmonies of #FC4143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4143

Black with #FC4143

Text Example


Text Example

White with #FC4143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4143; }

 p { color: rgb(252,65,67); }

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

background-color css

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

 a { background-color: rgb(252,65,67); }

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

border-color css

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

 span { border-color: rgb(252,65,67); }

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