Html Css Color HEX #F92844 Amaranth

📋 copy color: '#F92844'

red 249 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #F92844

Tints of Amaranth #F92844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

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

R = 69.75%
G = 11.2%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F92844 (or 0xF92844) is known color: Amaranth. HEX triplet: F9, 28 and 44. RGB value is (249,40,68). Sum of RGB (Red+Green+Blue) = 249+40+68=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F92844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92844 is #06D7BB. Grayscale: #696969. Windows color (decimal): -448444 or 4466937. OLE color: 4466937.

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

Color convert

RGB 249 40 68 -
CMYK 0 0.84 0.73 0.02
HSL 351.96º 0.95% 0.57% -
HSV(B) 351.96º 0.84% 0.98% -
XYZ 40.87 22.07 7.58 -
YUV 105.68 106.74 230.22 -
System Red Green Blue C M Y K H S L
Decimal 249 40 68 0 0.84 0.73 0.02 351.96 0.95 0.57
Hex F9 28 44 0 54 49 2 160 5F 39
Octal 371 50 104 0 124 111 2 540 137 71
Binary 11111001 101000 1000100 0 1010100 1001001 10 101100000 1011111 111001

Color Harmonies of #F92844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92844

Black with #F92844

Text Example


Text Example

White with #F92844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92844; }

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

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

background-color css

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

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

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

border-color css

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

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

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