Html Css Color HEX #F92C44 Amaranth

📋 copy color: '#F92C44'

red 249 ◦ green 44 ◦ blue 68

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

Shades of Amaranth #F92C44

Tints of Amaranth #F92C44

RGB

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

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

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

R = 68.98%
G = 12.19%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F92C44 (or 0xF92C44) is known color: Amaranth. HEX triplet: F9, 2C and 44. RGB value is (249,44,68). Sum of RGB (Red+Green+Blue) = 249+44+68=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C44 is #06D3BB. Grayscale: #6C6C6C. Windows color (decimal): -447420 or 4467961. OLE color: 4467961.

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

Color convert

RGB 249 44 68 -
CMYK 0 0.82 0.73 0.02
HSL 352.98º 0.94% 0.57% -
HSV(B) 352.98º 0.82% 0.98% -
XYZ 41.01 22.36 7.62 -
YUV 108.03 105.42 228.55 -
System Red Green Blue C M Y K H S L
Decimal 249 44 68 0 0.82 0.73 0.02 352.98 0.94 0.57
Hex F9 2C 44 0 52 49 2 161 5E 39
Octal 371 54 104 0 122 111 2 541 136 71
Binary 11111001 101100 1000100 0 1010010 1001001 10 101100001 1011110 111001

Color Harmonies of #F92C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C44

Black with #F92C44

Text Example


Text Example

White with #F92C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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