Html Css Color HEX #F92544 Amaranth

📋 copy color: '#F92544'

red 249 ◦ green 37 ◦ blue 68

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

Shades of Amaranth #F92544

Tints of Amaranth #F92544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.45%

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 70.34%
G = 10.45%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F92544 (or 0xF92544) is known color: Amaranth. HEX triplet: F9, 25 and 44. RGB value is (249,37,68). Sum of RGB (Red+Green+Blue) = 249+37+68=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F92544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92544 is #06DABB. Grayscale: #686868. Windows color (decimal): -449212 or 4466169. OLE color: 4466169.

HSL color Cylindrical-coordinate representation of color #F92544: hue angle of 351.23º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92544 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 37 68 -
CMYK 0 0.85 0.73 0.02
HSL 351.23º 0.95% 0.56% -
HSV(B) 351.23º 0.85% 0.98% -
XYZ 40.77 21.88 7.54 -
YUV 103.92 107.74 231.48 -
System Red Green Blue C M Y K H S L
Decimal 249 37 68 0 0.85 0.73 0.02 351.23 0.95 0.56
Hex F9 25 44 0 55 49 2 15F 5F 38
Octal 371 45 104 0 125 111 2 537 137 70
Binary 11111001 100101 1000100 0 1010101 1001001 10 101011111 1011111 111000

Color Harmonies of #F92544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92544

Black with #F92544

Text Example


Text Example

White with #F92544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92544; }

 p { color: rgb(249,37,68); }

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

background-color css

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

 a { background-color: rgb(249,37,68); }

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

border-color css

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

 span { border-color: rgb(249,37,68); }

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