Html Css Color HEX #F91E51 Amaranth

📋 copy color: '#F91E51'

red 249 ◦ green 30 ◦ blue 81

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

Shades of Amaranth #F91E51

Tints of Amaranth #F91E51

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

 BLUE value IS 81 (32.03% from 255) = 22.5%

R = 69.17%
G = 8.33%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F91E51 (or 0xF91E51) is known color: Amaranth. HEX triplet: F9, 1E and 51. RGB value is (249,30,81). Sum of RGB (Red+Green+Blue) = 249+30+81=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91E51 is #06E1AE. Grayscale: #656565. Windows color (decimal): -450991 or 5316345. OLE color: 5316345.

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

Color convert

RGB 249 30 81 -
CMYK 0 0.88 0.67 0.02
HSL 346.03º 0.95% 0.55% -
HSV(B) 346.03º 0.88% 0.98% -
XYZ 41.02 21.66 9.8 -
YUV 101.3 116.55 233.35 -
System Red Green Blue C M Y K H S L
Decimal 249 30 81 0 0.88 0.67 0.02 346.03 0.95 0.55
Hex F9 1E 51 0 58 43 2 15A 5F 37
Octal 371 36 121 0 130 103 2 532 137 67
Binary 11111001 11110 1010001 0 1011000 1000011 10 101011010 1011111 110111

Color Harmonies of #F91E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91E51

Black with #F91E51

Text Example


Text Example

White with #F91E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91E51; }

 p { color: rgb(249,30,81); }

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

background-color css

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

 a { background-color: rgb(249,30,81); }

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

border-color css

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

 span { border-color: rgb(249,30,81); }

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