Html Css Color HEX #F92F4A Amaranth

📋 copy color: '#F92F4A'

red 249 ◦ green 47 ◦ blue 74

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

Shades of Amaranth #F92F4A

Tints of Amaranth #F92F4A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.7%

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

R = 67.3%
G = 12.7%
B = 20%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F92F4A (or 0xF92F4A) is known color: Amaranth. HEX triplet: F9, 2F and 4A. RGB value is (249,47,74). Sum of RGB (Red+Green+Blue) = 249+47+74=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F4A is #06D0B5. Grayscale: #6E6E6E. Windows color (decimal): -446646 or 4861945. OLE color: 4861945.

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

Color convert

RGB 249 47 74 -
CMYK 0 0.81 0.70 0.02
HSL 351.98º 0.94% 0.58% -
HSV(B) 351.98º 0.81% 0.98% -
XYZ 41.32 22.67 8.68 -
YUV 110.48 107.42 226.8 -
System Red Green Blue C M Y K H S L
Decimal 249 47 74 0 0.81 0.70 0.02 351.98 0.94 0.58
Hex F9 2F 4A 0 51 46 2 160 5E 3A
Octal 371 57 112 0 121 106 2 540 136 72
Binary 11111001 101111 1001010 0 1010001 1000110 10 101100000 1011110 111010

Color Harmonies of #F92F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F4A

Black with #F92F4A

Text Example


Text Example

White with #F92F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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