Html Css Color HEX #F73442 Amaranth

📋 copy color: '#F73442'

red 247 ◦ green 52 ◦ blue 66

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

Shades of Amaranth #F73442

Tints of Amaranth #F73442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

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

R = 67.67%
G = 14.25%
B = 18.08%

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

#F73442 (or 0xF73442) is known color: Amaranth. HEX triplet: F7, 34 and 42. RGB value is (247,52,66). Sum of RGB (Red+Green+Blue) = 247+52+66=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F73442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73442 is #08CBBD. Grayscale: #707070. Windows color (decimal): -576446 or 4338935. OLE color: 4338935.

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

Color convert

RGB 247 52 66 -
CMYK 0 0.79 0.73 0.03
HSL 355.69º 0.92% 0.59% -
HSV(B) 355.69º 0.79% 0.97% -
XYZ 40.57 22.62 7.38 -
YUV 111.9 102.1 224.36 -
System Red Green Blue C M Y K H S L
Decimal 247 52 66 0 0.79 0.73 0.03 355.69 0.92 0.59
Hex F7 34 42 0 4F 49 3 164 5C 3B
Octal 367 64 102 0 117 111 3 544 134 73
Binary 11110111 110100 1000010 0 1001111 1001001 11 101100100 1011100 111011

Color Harmonies of #F73442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73442

Black with #F73442

Text Example


Text Example

White with #F73442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73442; }

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

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

background-color css

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

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

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

border-color css

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

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

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