Html Css Color HEX #F93145 Amaranth

📋 copy color: '#F93145'

red 249 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #F93145

Tints of Amaranth #F93145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 67.85%
G = 13.35%
B = 18.8%

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

#F93145 (or 0xF93145) is known color: Amaranth. HEX triplet: F9, 31 and 45. RGB value is (249,49,69). Sum of RGB (Red+Green+Blue) = 249+49+69=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F93145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93145 is #06CEBA. Grayscale: #6F6F6F. Windows color (decimal): -446139 or 4534777. OLE color: 4534777.

HSL color Cylindrical-coordinate representation of color #F93145: hue angle of 354º 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 #F93145 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 49 69 -
CMYK 0 0.80 0.72 0.02
HSL 354º 0.94% 0.58% -
HSV(B) 354º 0.8% 0.98% -
XYZ 41.24 22.77 7.85 -
YUV 111.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 249 49 69 0 0.80 0.72 0.02 354 0.94 0.58
Hex F9 31 45 0 50 48 2 162 5E 3A
Octal 371 61 105 0 120 110 2 542 136 72
Binary 11111001 110001 1000101 0 1010000 1001000 10 101100010 1011110 111010

Color Harmonies of #F93145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93145

Black with #F93145

Text Example


Text Example

White with #F93145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93145; }

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

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

background-color css

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

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

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

border-color css

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

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

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