Html Css Color HEX #F91F54 Amaranth

📋 copy color: '#F91F54'

red 249 ◦ green 31 ◦ blue 84

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

Shades of Amaranth #F91F54

Tints of Amaranth #F91F54

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.52%

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 68.41%
G = 8.52%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F91F54 (or 0xF91F54) is known color: Amaranth. HEX triplet: F9, 1F and 54. RGB value is (249,31,84). Sum of RGB (Red+Green+Blue) = 249+31+84=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91F54 is #06E0AB. Grayscale: #666666. Windows color (decimal): -450732 or 5513209. OLE color: 5513209.

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

Color convert

RGB 249 31 84 -
CMYK 0 0.88 0.66 0.02
HSL 345.41º 0.95% 0.55% -
HSV(B) 345.41º 0.88% 0.98% -
XYZ 41.16 21.76 10.42 -
YUV 102.22 117.72 232.69 -
System Red Green Blue C M Y K H S L
Decimal 249 31 84 0 0.88 0.66 0.02 345.41 0.95 0.55
Hex F9 1F 54 0 58 42 2 159 5F 37
Octal 371 37 124 0 130 102 2 531 137 67
Binary 11111001 11111 1010100 0 1011000 1000010 10 101011001 1011111 110111

Color Harmonies of #F91F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F54

Black with #F91F54

Text Example


Text Example

White with #F91F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F54; }

 p { color: rgb(249,31,84); }

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

background-color css

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

 a { background-color: rgb(249,31,84); }

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

border-color css

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

 span { border-color: rgb(249,31,84); }

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