Html Css Color HEX #F73B42 Amaranth

📋 copy color: '#F73B42'

red 247 ◦ green 59 ◦ blue 66

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

Shades of Amaranth #F73B42

Tints of Amaranth #F73B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.86%

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

R = 66.4%
G = 15.86%
B = 17.74%

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

#F73B42 (or 0xF73B42) is known color: Amaranth. HEX triplet: F7, 3B and 42. RGB value is (247,59,66). Sum of RGB (Red+Green+Blue) = 247+59+66=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73B42 is #08C4BD. Grayscale: #747474. Windows color (decimal): -574654 or 4340727. OLE color: 4340727.

HSL color Cylindrical-coordinate representation of color #F73B42: hue angle of 357.77º 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 #F73B42 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 59 66 -
CMYK 0 0.76 0.73 0.03
HSL 357.77º 0.92% 0.6% -
HSV(B) 357.77º 0.76% 0.97% -
XYZ 40.91 23.3 7.49 -
YUV 116.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 247 59 66 0 0.76 0.73 0.03 357.77 0.92 0.6
Hex F7 3B 42 0 4C 49 3 166 5C 3C
Octal 367 73 102 0 114 111 3 546 134 74
Binary 11110111 111011 1000010 0 1001100 1001001 11 101100110 1011100 111100

Color Harmonies of #F73B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73B42

Black with #F73B42

Text Example


Text Example

White with #F73B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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