Html Css Color HEX #F92B49 Amaranth

📋 copy color: '#F92B49'

red 249 ◦ green 43 ◦ blue 73

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

Shades of Amaranth #F92B49

Tints of Amaranth #F92B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

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

R = 68.22%
G = 11.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F92B49 (or 0xF92B49) is known color: Amaranth. HEX triplet: F9, 2B and 49. RGB value is (249,43,73). Sum of RGB (Red+Green+Blue) = 249+43+73=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F92B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92B49 is #06D4B6. Grayscale: #6C6C6C. Windows color (decimal): -447671 or 4795385. OLE color: 4795385.

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

Color convert

RGB 249 43 73 -
CMYK 0 0.83 0.71 0.02
HSL 351.26º 0.94% 0.57% -
HSV(B) 351.26º 0.83% 0.98% -
XYZ 41.13 22.35 8.45 -
YUV 108.01 108.25 228.56 -
System Red Green Blue C M Y K H S L
Decimal 249 43 73 0 0.83 0.71 0.02 351.26 0.94 0.57
Hex F9 2B 49 0 53 47 2 15F 5E 39
Octal 371 53 111 0 123 107 2 537 136 71
Binary 11111001 101011 1001001 0 1010011 1000111 10 101011111 1011110 111001

Color Harmonies of #F92B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92B49

Black with #F92B49

Text Example


Text Example

White with #F92B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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