Html Css Color HEX #F93247 Amaranth

📋 copy color: '#F93247'

red 249 ◦ green 50 ◦ blue 71

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

Shades of Amaranth #F93247

Tints of Amaranth #F93247

RGB

 RED value IS 249 (97.66% from 255) = 67.3%

 GREEN value IS 50 (19.92% from 255) = 13.51%

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 67.3%
G = 13.51%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F93247 (or 0xF93247) is known color: Amaranth. HEX triplet: F9, 32 and 47. RGB value is (249,50,71). Sum of RGB (Red+Green+Blue) = 249+50+71=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F93247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93247 is #06CDB8. Grayscale: #707070. Windows color (decimal): -445881 or 4666105. OLE color: 4666105.

HSL color Cylindrical-coordinate representation of color #F93247: hue angle of 353.67º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93247 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 50 71 -
CMYK 0 0.80 0.71 0.02
HSL 353.67º 0.94% 0.59% -
HSV(B) 353.67º 0.8% 0.98% -
XYZ 41.34 22.88 8.2 -
YUV 111.9 104.93 225.79 -
System Red Green Blue C M Y K H S L
Decimal 249 50 71 0 0.80 0.71 0.02 353.67 0.94 0.59
Hex F9 32 47 0 50 47 2 162 5E 3B
Octal 371 62 107 0 120 107 2 542 136 73
Binary 11111001 110010 1000111 0 1010000 1000111 10 101100010 1011110 111011

Color Harmonies of #F93247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93247

Black with #F93247

Text Example


Text Example

White with #F93247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93247; }

 p { color: rgb(249,50,71); }

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

background-color css

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

 a { background-color: rgb(249,50,71); }

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

border-color css

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

 span { border-color: rgb(249,50,71); }

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