Html Css Color HEX #F92C47 Amaranth

📋 copy color: '#F92C47'

red 249 ◦ green 44 ◦ blue 71

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

Shades of Amaranth #F92C47

Tints of Amaranth #F92C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.09%

 BLUE value IS 71 (28.13% from 255) = 19.51%

R = 68.41%
G = 12.09%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F92C47 (or 0xF92C47) is known color: Amaranth. HEX triplet: F9, 2C and 47. RGB value is (249,44,71). Sum of RGB (Red+Green+Blue) = 249+44+71=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C47 is #06D3B8. Grayscale: #6C6C6C. Windows color (decimal): -447417 or 4664569. OLE color: 4664569.

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

Color convert

RGB 249 44 71 -
CMYK 0 0.82 0.71 0.02
HSL 352.1º 0.94% 0.57% -
HSV(B) 352.1º 0.82% 0.98% -
XYZ 41.1 22.4 8.12 -
YUV 108.37 106.92 228.3 -
System Red Green Blue C M Y K H S L
Decimal 249 44 71 0 0.82 0.71 0.02 352.1 0.94 0.57
Hex F9 2C 47 0 52 47 2 160 5E 39
Octal 371 54 107 0 122 107 2 540 136 71
Binary 11111001 101100 1000111 0 1010010 1000111 10 101100000 1011110 111001

Color Harmonies of #F92C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C47

Black with #F92C47

Text Example


Text Example

White with #F92C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C47; }

 p { color: rgb(249,44,71); }

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

background-color css

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

 a { background-color: rgb(249,44,71); }

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

border-color css

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

 span { border-color: rgb(249,44,71); }

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