Html Css Color HEX #F92C4A Amaranth

📋 copy color: '#F92C4A'

red 249 ◦ green 44 ◦ blue 74

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

Shades of Amaranth #F92C4A

Tints of Amaranth #F92C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 67.85%
G = 11.99%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F92C4A (or 0xF92C4A) is known color: Amaranth. HEX triplet: F9, 2C and 4A. RGB value is (249,44,74). Sum of RGB (Red+Green+Blue) = 249+44+74=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C4A is #06D3B5. Grayscale: #6C6C6C. Windows color (decimal): -447414 or 4861177. OLE color: 4861177.

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

Color convert

RGB 249 44 74 -
CMYK 0 0.82 0.70 0.02
HSL 351.22º 0.94% 0.57% -
HSV(B) 351.22º 0.82% 0.98% -
XYZ 41.2 22.44 8.64 -
YUV 108.72 108.42 228.06 -
System Red Green Blue C M Y K H S L
Decimal 249 44 74 0 0.82 0.70 0.02 351.22 0.94 0.57
Hex F9 2C 4A 0 52 46 2 15F 5E 39
Octal 371 54 112 0 122 106 2 537 136 71
Binary 11111001 101100 1001010 0 1010010 1000110 10 101011111 1011110 111001

Color Harmonies of #F92C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C4A

Black with #F92C4A

Text Example


Text Example

White with #F92C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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