Html Css Color HEX #F93148 Amaranth

📋 copy color: '#F93148'

red 249 ◦ green 49 ◦ blue 72

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

Shades of Amaranth #F93148

Tints of Amaranth #F93148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 67.3%
G = 13.24%
B = 19.46%

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

#F93148 (or 0xF93148) is known color: Amaranth. HEX triplet: F9, 31 and 48. RGB value is (249,49,72). Sum of RGB (Red+Green+Blue) = 249+49+72=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F93148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93148 is #06CEB7. Grayscale: #6F6F6F. Windows color (decimal): -446136 or 4731385. OLE color: 4731385.

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

Color convert

RGB 249 49 72 -
CMYK 0 0.80 0.71 0.02
HSL 353.1º 0.94% 0.58% -
HSV(B) 353.1º 0.8% 0.98% -
XYZ 41.33 22.8 8.35 -
YUV 111.42 105.76 226.13 -
System Red Green Blue C M Y K H S L
Decimal 249 49 72 0 0.80 0.71 0.02 353.1 0.94 0.58
Hex F9 31 48 0 50 47 2 161 5E 3A
Octal 371 61 110 0 120 107 2 541 136 72
Binary 11111001 110001 1001000 0 1010000 1000111 10 101100001 1011110 111010

Color Harmonies of #F93148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93148

Black with #F93148

Text Example


Text Example

White with #F93148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93148; }

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

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

background-color css

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

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

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

border-color css

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

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

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