Html Css Color HEX #F73942 Amaranth

📋 copy color: '#F73942'

red 247 ◦ green 57 ◦ blue 66

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

Shades of Amaranth #F73942

Tints of Amaranth #F73942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

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

R = 66.76%
G = 15.41%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F73942 (or 0xF73942) is known color: Amaranth. HEX triplet: F7, 39 and 42. RGB value is (247,57,66). Sum of RGB (Red+Green+Blue) = 247+57+66=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F73942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73942 is #08C6BD. Grayscale: #727272. Windows color (decimal): -575166 or 4340215. OLE color: 4340215.

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

Color convert

RGB 247 57 66 -
CMYK 0 0.77 0.73 0.03
HSL 357.16º 0.92% 0.6% -
HSV(B) 357.16º 0.77% 0.97% -
XYZ 40.8 23.09 7.46 -
YUV 114.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 247 57 66 0 0.77 0.73 0.03 357.16 0.92 0.6
Hex F7 39 42 0 4D 49 3 165 5C 3C
Octal 367 71 102 0 115 111 3 545 134 74
Binary 11110111 111001 1000010 0 1001101 1001001 11 101100101 1011100 111100

Color Harmonies of #F73942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73942

Black with #F73942

Text Example


Text Example

White with #F73942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73942; }

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

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

background-color css

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

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

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

border-color css

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

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

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