Html Css Color HEX #F91955 Amaranth

📋 copy color: '#F91955'

red 249 ◦ green 25 ◦ blue 85

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

Shades of Amaranth #F91955

Tints of Amaranth #F91955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 69.36%
G = 6.96%
B = 23.68%

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

#F91955 (or 0xF91955) is known color: Amaranth. HEX triplet: F9, 19 and 55. RGB value is (249,25,85). Sum of RGB (Red+Green+Blue) = 249+25+85=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F91955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91955 is #06E6AA. Grayscale: #626262. Windows color (decimal): -452267 or 5577209. OLE color: 5577209.

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

Color convert

RGB 249 25 85 -
CMYK 0 0.90 0.66 0.02
HSL 343.93º 0.95% 0.54% -
HSV(B) 343.93º 0.9% 0.98% -
XYZ 41.05 21.49 10.58 -
YUV 98.82 120.21 235.12 -
System Red Green Blue C M Y K H S L
Decimal 249 25 85 0 0.90 0.66 0.02 343.93 0.95 0.54
Hex F9 19 55 0 5A 42 2 158 5F 36
Octal 371 31 125 0 132 102 2 530 137 66
Binary 11111001 11001 1010101 0 1011010 1000010 10 101011000 1011111 110110

Color Harmonies of #F91955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91955

Black with #F91955

Text Example


Text Example

White with #F91955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91955; }

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

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

background-color css

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

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

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

border-color css

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

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

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