Html Css Color HEX #F73343 Amaranth

📋 copy color: '#F73343'

red 247 ◦ green 51 ◦ blue 67

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

Shades of Amaranth #F73343

Tints of Amaranth #F73343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.97%

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

R = 67.67%
G = 13.97%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F73343 (or 0xF73343) is known color: Amaranth. HEX triplet: F7, 33 and 43. RGB value is (247,51,67). Sum of RGB (Red+Green+Blue) = 247+51+67=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F73343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73343 is #08CCBC. Grayscale: #6F6F6F. Windows color (decimal): -576701 or 4404215. OLE color: 4404215.

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

Color convert

RGB 247 51 67 -
CMYK 0 0.79 0.73 0.03
HSL 355.1º 0.92% 0.58% -
HSV(B) 355.1º 0.79% 0.97% -
XYZ 40.55 22.55 7.52 -
YUV 111.43 102.93 224.7 -
System Red Green Blue C M Y K H S L
Decimal 247 51 67 0 0.79 0.73 0.03 355.1 0.92 0.58
Hex F7 33 43 0 4F 49 3 163 5C 3A
Octal 367 63 103 0 117 111 3 543 134 72
Binary 11110111 110011 1000011 0 1001111 1001001 11 101100011 1011100 111010

Color Harmonies of #F73343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73343

Black with #F73343

Text Example


Text Example

White with #F73343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73343; }

 p { color: rgb(247,51,67); }

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

background-color css

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

 a { background-color: rgb(247,51,67); }

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

border-color css

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

 span { border-color: rgb(247,51,67); }

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