Html Css Color HEX #F73448 Amaranth

📋 copy color: '#F73448'

red 247 ◦ green 52 ◦ blue 72

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

Shades of Amaranth #F73448

Tints of Amaranth #F73448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 66.58%
G = 14.02%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F73448 (or 0xF73448) is known color: Amaranth. HEX triplet: F7, 34 and 48. RGB value is (247,52,72). Sum of RGB (Red+Green+Blue) = 247+52+72=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F73448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73448 is #08CBB7. Grayscale: #707070. Windows color (decimal): -576440 or 4732151. OLE color: 4732151.

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

Color convert

RGB 247 52 72 -
CMYK 0 0.79 0.71 0.03
HSL 353.85º 0.92% 0.59% -
HSV(B) 353.85º 0.79% 0.97% -
XYZ 40.76 22.7 8.36 -
YUV 112.59 105.1 223.87 -
System Red Green Blue C M Y K H S L
Decimal 247 52 72 0 0.79 0.71 0.03 353.85 0.92 0.59
Hex F7 34 48 0 4F 47 3 162 5C 3B
Octal 367 64 110 0 117 107 3 542 134 73
Binary 11110111 110100 1001000 0 1001111 1000111 11 101100010 1011100 111011

Color Harmonies of #F73448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73448

Black with #F73448

Text Example


Text Example

White with #F73448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73448; }

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

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

background-color css

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

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

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

border-color css

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

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

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