Html Css Color HEX #F73C42 Amaranth

📋 copy color: '#F73C42'

red 247 ◦ green 60 ◦ blue 66

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

Shades of Amaranth #F73C42

Tints of Amaranth #F73C42

RGB

 RED value IS 247 (96.88% from 255) = 66.22%

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

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 66.22%
G = 16.09%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F73C42 (or 0xF73C42) is known color: Amaranth. HEX triplet: F7, 3C and 42. RGB value is (247,60,66). Sum of RGB (Red+Green+Blue) = 247+60+66=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73C42 is #08C3BD. Grayscale: #747474. Windows color (decimal): -574398 or 4340983. OLE color: 4340983.

HSL color Cylindrical-coordinate representation of color #F73C42: hue angle of 358.07º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73C42 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 60 66 -
CMYK 0 0.76 0.73 0.03
HSL 358.07º 0.92% 0.6% -
HSV(B) 358.07º 0.76% 0.97% -
XYZ 40.96 23.4 7.51 -
YUV 116.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 247 60 66 0 0.76 0.73 0.03 358.07 0.92 0.6
Hex F7 3C 42 0 4C 49 3 166 5C 3C
Octal 367 74 102 0 114 111 3 546 134 74
Binary 11110111 111100 1000010 0 1001100 1001001 11 101100110 1011100 111100

Color Harmonies of #F73C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C42

Black with #F73C42

Text Example


Text Example

White with #F73C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C42; }

 p { color: rgb(247,60,66); }

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

background-color css

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

 a { background-color: rgb(247,60,66); }

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

border-color css

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

 span { border-color: rgb(247,60,66); }

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