Html Css Color HEX #F91D49 Amaranth

📋 copy color: '#F91D49'

red 249 ◦ green 29 ◦ blue 73

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

Shades of Amaranth #F91D49

Tints of Amaranth #F91D49

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.26%

 BLUE value IS 73 (28.91% from 255) = 20.8%

R = 70.94%
G = 8.26%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F91D49 (or 0xF91D49) is known color: Amaranth. HEX triplet: F9, 1D and 49. RGB value is (249,29,73). Sum of RGB (Red+Green+Blue) = 249+29+73=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D49 is #06E2B6. Grayscale: #636363. Windows color (decimal): -451255 or 4791801. OLE color: 4791801.

HSL color Cylindrical-coordinate representation of color #F91D49: hue angle of 348º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D49 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 29 73 -
CMYK 0 0.88 0.71 0.02
HSL 348º 0.95% 0.55% -
HSV(B) 348º 0.88% 0.98% -
XYZ 40.71 21.5 8.31 -
YUV 99.8 112.89 234.42 -
System Red Green Blue C M Y K H S L
Decimal 249 29 73 0 0.88 0.71 0.02 348 0.95 0.55
Hex F9 1D 49 0 58 47 2 15C 5F 37
Octal 371 35 111 0 130 107 2 534 137 67
Binary 11111001 11101 1001001 0 1011000 1000111 10 101011100 1011111 110111

Color Harmonies of #F91D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D49

Black with #F91D49

Text Example


Text Example

White with #F91D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D49; }

 p { color: rgb(249,29,73); }

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

background-color css

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

 a { background-color: rgb(249,29,73); }

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

border-color css

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

 span { border-color: rgb(249,29,73); }

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