Html Css Color HEX #F93143 Amaranth

📋 copy color: '#F93143'

red 249 ◦ green 49 ◦ blue 67

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

Shades of Amaranth #F93143

Tints of Amaranth #F93143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.36%

R = 68.22%
G = 13.42%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F93143 (or 0xF93143) is known color: Amaranth. HEX triplet: F9, 31 and 43. RGB value is (249,49,67). Sum of RGB (Red+Green+Blue) = 249+49+67=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F93143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93143 is #06CEBC. Grayscale: #6E6E6E. Windows color (decimal): -446141 or 4403705. OLE color: 4403705.

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

Color convert

RGB 249 49 67 -
CMYK 0 0.80 0.73 0.02
HSL 354.6º 0.94% 0.58% -
HSV(B) 354.6º 0.8% 0.98% -
XYZ 41.18 22.74 7.53 -
YUV 110.85 103.26 226.54 -
System Red Green Blue C M Y K H S L
Decimal 249 49 67 0 0.80 0.73 0.02 354.6 0.94 0.58
Hex F9 31 43 0 50 49 2 163 5E 3A
Octal 371 61 103 0 120 111 2 543 136 72
Binary 11111001 110001 1000011 0 1010000 1001001 10 101100011 1011110 111010

Color Harmonies of #F93143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93143

Black with #F93143

Text Example


Text Example

White with #F93143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93143; }

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

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

background-color css

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

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

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

border-color css

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

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

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