Html Css Color HEX #F93142 Amaranth

📋 copy color: '#F93142'

red 249 ◦ green 49 ◦ blue 66

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

Shades of Amaranth #F93142

Tints of Amaranth #F93142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 68.41%
G = 13.46%
B = 18.13%

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

#F93142 (or 0xF93142) is known color: Amaranth. HEX triplet: F9, 31 and 42. RGB value is (249,49,66). Sum of RGB (Red+Green+Blue) = 249+49+66=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F93142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93142 is #06CEBD. Grayscale: #6E6E6E. Windows color (decimal): -446142 or 4338169. OLE color: 4338169.

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

Color convert

RGB 249 49 66 -
CMYK 0 0.80 0.73 0.02
HSL 354.9º 0.94% 0.58% -
HSV(B) 354.9º 0.8% 0.98% -
XYZ 41.15 22.73 7.37 -
YUV 110.74 102.76 226.62 -
System Red Green Blue C M Y K H S L
Decimal 249 49 66 0 0.80 0.73 0.02 354.9 0.94 0.58
Hex F9 31 42 0 50 49 2 163 5E 3A
Octal 371 61 102 0 120 111 2 543 136 72
Binary 11111001 110001 1000010 0 1010000 1001001 10 101100011 1011110 111010

Color Harmonies of #F93142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93142

Black with #F93142

Text Example


Text Example

White with #F93142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93142; }

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

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

background-color css

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

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

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

border-color css

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

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

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