Html Css Color HEX #F91954 Amaranth

📋 copy color: '#F91954'

red 249 ◦ green 25 ◦ blue 84

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

Shades of Amaranth #F91954

Tints of Amaranth #F91954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.98%

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

R = 69.55%
G = 6.98%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F91954 (or 0xF91954) is known color: Amaranth. HEX triplet: F9, 19 and 54. RGB value is (249,25,84). Sum of RGB (Red+Green+Blue) = 249+25+84=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F91954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91954 is #06E6AB. Grayscale: #626262. Windows color (decimal): -452268 or 5511673. OLE color: 5511673.

HSL color Cylindrical-coordinate representation of color #F91954: hue angle of 344.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91954 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 84 -
CMYK 0 0.90 0.66 0.02
HSL 344.2º 0.95% 0.54% -
HSV(B) 344.2º 0.9% 0.98% -
XYZ 41.01 21.48 10.37 -
YUV 98.7 119.71 235.2 -
System Red Green Blue C M Y K H S L
Decimal 249 25 84 0 0.90 0.66 0.02 344.2 0.95 0.54
Hex F9 19 54 0 5A 42 2 158 5F 36
Octal 371 31 124 0 132 102 2 530 137 66
Binary 11111001 11001 1010100 0 1011010 1000010 10 101011000 1011111 110110

Color Harmonies of #F91954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91954

Black with #F91954

Text Example


Text Example

White with #F91954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91954; }

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

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

background-color css

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

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

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

border-color css

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

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

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