Html Css Color HEX #F93146 Amaranth

📋 copy color: '#F93146'

red 249 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #F93146

Tints of Amaranth #F93146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.32%

 BLUE value IS 70 (27.73% from 255) = 19.02%

R = 67.66%
G = 13.32%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F93146 (or 0xF93146) is known color: Amaranth. HEX triplet: F9, 31 and 46. RGB value is (249,49,70). Sum of RGB (Red+Green+Blue) = 249+49+70=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F93146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93146 is #06CEB9. Grayscale: #6F6F6F. Windows color (decimal): -446138 or 4600313. OLE color: 4600313.

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

Color convert

RGB 249 49 70 -
CMYK 0 0.80 0.72 0.02
HSL 353.7º 0.94% 0.58% -
HSV(B) 353.7º 0.8% 0.98% -
XYZ 41.27 22.78 8.02 -
YUV 111.19 104.76 226.29 -
System Red Green Blue C M Y K H S L
Decimal 249 49 70 0 0.80 0.72 0.02 353.7 0.94 0.58
Hex F9 31 46 0 50 48 2 162 5E 3A
Octal 371 61 106 0 120 110 2 542 136 72
Binary 11111001 110001 1000110 0 1010000 1001000 10 101100010 1011110 111010

Color Harmonies of #F93146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93146

Black with #F93146

Text Example


Text Example

White with #F93146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93146; }

 p { color: rgb(249,49,70); }

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

background-color css

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

 a { background-color: rgb(249,49,70); }

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

border-color css

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

 span { border-color: rgb(249,49,70); }

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