Html Css Color HEX #FC3C46 Radical Red

📋 copy color: '#FC3C46'

red 252 ◦ green 60 ◦ blue 70

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

Shades of Radical Red #FC3C46

Tints of Radical Red #FC3C46

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.71%

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

R = 65.97%
G = 15.71%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC3C46 (or 0xFC3C46) is known color: Radical Red. HEX triplet: FC, 3C and 46. RGB value is (252,60,70). Sum of RGB (Red+Green+Blue) = 252+60+70=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C46 is #03C3B9. Grayscale: #767676. Windows color (decimal): -246714 or 4603132. OLE color: 4603132.

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

Color convert

RGB 252 60 70 -
CMYK 0 0.76 0.72 0.01
HSL 356.88º 0.97% 0.61% -
HSV(B) 356.88º 0.76% 0.99% -
XYZ 42.87 24.37 8.24 -
YUV 118.55 100.61 223.19 -
System Red Green Blue C M Y K H S L
Decimal 252 60 70 0 0.76 0.72 0.01 356.88 0.97 0.61
Hex FC 3C 46 0 4C 48 1 165 61 3D
Octal 374 74 106 0 114 110 1 545 141 75
Binary 11111100 111100 1000110 0 1001100 1001000 1 101100101 1100001 111101

Color Harmonies of #FC3C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C46

Black with #FC3C46

Text Example


Text Example

White with #FC3C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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