Html Css Color HEX #F92245 Amaranth

📋 copy color: '#F92245'

red 249 ◦ green 34 ◦ blue 69

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

Shades of Amaranth #F92245

Tints of Amaranth #F92245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.66%

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

R = 70.74%
G = 9.66%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F92245 (or 0xF92245) is known color: Amaranth. HEX triplet: F9, 22 and 45. RGB value is (249,34,69). Sum of RGB (Red+Green+Blue) = 249+34+69=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F92245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92245 is #06DDBA. Grayscale: #666666. Windows color (decimal): -449979 or 4530937. OLE color: 4530937.

HSL color Cylindrical-coordinate representation of color #F92245: hue angle of 350.23º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F92245 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 34 69 -
CMYK 0 0.86 0.72 0.02
HSL 350.23º 0.95% 0.55% -
HSV(B) 350.23º 0.86% 0.98% -
XYZ 40.71 21.71 7.68 -
YUV 102.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 249 34 69 0 0.86 0.72 0.02 350.23 0.95 0.55
Hex F9 22 45 0 56 48 2 15E 5F 37
Octal 371 42 105 0 126 110 2 536 137 67
Binary 11111001 100010 1000101 0 1010110 1001000 10 101011110 1011111 110111

Color Harmonies of #F92245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92245

Black with #F92245

Text Example


Text Example

White with #F92245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92245; }

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

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

background-color css

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

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

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

border-color css

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

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

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