Html Css Color HEX #F92644 Amaranth

📋 copy color: '#F92644'

red 249 ◦ green 38 ◦ blue 68

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

Shades of Amaranth #F92644

Tints of Amaranth #F92644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.7%

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

R = 70.14%
G = 10.7%
B = 19.15%

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

#F92644 (or 0xF92644) is known color: Amaranth. HEX triplet: F9, 26 and 44. RGB value is (249,38,68). Sum of RGB (Red+Green+Blue) = 249+38+68=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F92644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92644 is #06D9BB. Grayscale: #686868. Windows color (decimal): -448956 or 4466425. OLE color: 4466425.

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

Color convert

RGB 249 38 68 -
CMYK 0 0.85 0.73 0.02
HSL 351.47º 0.95% 0.56% -
HSV(B) 351.47º 0.85% 0.98% -
XYZ 40.8 21.94 7.55 -
YUV 104.51 107.4 231.06 -
System Red Green Blue C M Y K H S L
Decimal 249 38 68 0 0.85 0.73 0.02 351.47 0.95 0.56
Hex F9 26 44 0 55 49 2 15F 5F 38
Octal 371 46 104 0 125 111 2 537 137 70
Binary 11111001 100110 1000100 0 1010101 1001001 10 101011111 1011111 111000

Color Harmonies of #F92644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92644

Black with #F92644

Text Example


Text Example

White with #F92644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92644; }

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

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

background-color css

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

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

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

border-color css

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

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

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