Html Css Color HEX #FC4346 Radical Red

📋 copy color: '#FC4346'

red 252 ◦ green 67 ◦ blue 70

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

Shades of Radical Red #FC4346

Tints of Radical Red #FC4346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.22%

 BLUE value IS 70 (27.73% from 255) = 17.99%

R = 64.78%
G = 17.22%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC4346 (or 0xFC4346) is known color: Radical Red. HEX triplet: FC, 43 and 46. RGB value is (252,67,70). Sum of RGB (Red+Green+Blue) = 252+67+70=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4346 is #03BCB9. Grayscale: #7A7A7A. Windows color (decimal): -244922 or 4604924. OLE color: 4604924.

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

Color convert

RGB 252 67 70 -
CMYK 0 0.73 0.72 0.01
HSL 359.03º 0.97% 0.63% -
HSV(B) 359.03º 0.73% 0.99% -
XYZ 43.26 25.15 8.37 -
YUV 122.66 98.29 220.26 -
System Red Green Blue C M Y K H S L
Decimal 252 67 70 0 0.73 0.72 0.01 359.03 0.97 0.63
Hex FC 43 46 0 49 48 1 167 61 3F
Octal 374 103 106 0 111 110 1 547 141 77
Binary 11111100 1000011 1000110 0 1001001 1001000 1 101100111 1100001 111111

Color Harmonies of #FC4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4346

Black with #FC4346

Text Example


Text Example

White with #FC4346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4346; }

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

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

background-color css

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

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

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

border-color css

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

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

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