Html Css Color HEX #F92444 Amaranth

📋 copy color: '#F92444'

red 249 ◦ green 36 ◦ blue 68

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

Shades of Amaranth #F92444

Tints of Amaranth #F92444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.2%

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

R = 70.54%
G = 10.2%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F92444 (or 0xF92444) is known color: Amaranth. HEX triplet: F9, 24 and 44. RGB value is (249,36,68). Sum of RGB (Red+Green+Blue) = 249+36+68=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F92444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92444 is #06DBBB. Grayscale: #676767. Windows color (decimal): -449468 or 4465913. OLE color: 4465913.

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

Color convert

RGB 249 36 68 -
CMYK 0 0.86 0.73 0.02
HSL 350.99º 0.95% 0.56% -
HSV(B) 350.99º 0.86% 0.98% -
XYZ 40.74 21.82 7.53 -
YUV 103.34 108.07 231.9 -
System Red Green Blue C M Y K H S L
Decimal 249 36 68 0 0.86 0.73 0.02 350.99 0.95 0.56
Hex F9 24 44 0 56 49 2 15F 5F 38
Octal 371 44 104 0 126 111 2 537 137 70
Binary 11111001 100100 1000100 0 1010110 1001001 10 101011111 1011111 111000

Color Harmonies of #F92444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92444

Black with #F92444

Text Example


Text Example

White with #F92444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92444; }

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

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

background-color css

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

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

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

border-color css

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

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

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