Html Css Color HEX #F92C45 Amaranth

📋 copy color: '#F92C45'

red 249 ◦ green 44 ◦ blue 69

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

Shades of Amaranth #F92C45

Tints of Amaranth #F92C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.06%

R = 68.78%
G = 12.15%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F92C45 (or 0xF92C45) is known color: Amaranth. HEX triplet: F9, 2C and 45. RGB value is (249,44,69). Sum of RGB (Red+Green+Blue) = 249+44+69=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C45 is #06D3BA. Grayscale: #6C6C6C. Windows color (decimal): -447419 or 4533497. OLE color: 4533497.

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

Color convert

RGB 249 44 69 -
CMYK 0 0.82 0.72 0.02
HSL 352.68º 0.94% 0.57% -
HSV(B) 352.68º 0.82% 0.98% -
XYZ 41.04 22.37 7.79 -
YUV 108.15 105.92 228.47 -
System Red Green Blue C M Y K H S L
Decimal 249 44 69 0 0.82 0.72 0.02 352.68 0.94 0.57
Hex F9 2C 45 0 52 48 2 161 5E 39
Octal 371 54 105 0 122 110 2 541 136 71
Binary 11111001 101100 1000101 0 1010010 1001000 10 101100001 1011110 111001

Color Harmonies of #F92C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C45

Black with #F92C45

Text Example


Text Example

White with #F92C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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