Html Css Color HEX #F92F46 Amaranth

📋 copy color: '#F92F46'

red 249 ◦ green 47 ◦ blue 70

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

Shades of Amaranth #F92F46

Tints of Amaranth #F92F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.13%

R = 68.03%
G = 12.84%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F92F46 (or 0xF92F46) is known color: Amaranth. HEX triplet: F9, 2F and 46. RGB value is (249,47,70). Sum of RGB (Red+Green+Blue) = 249+47+70=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F46 is #06D0B9. Grayscale: #6E6E6E. Windows color (decimal): -446650 or 4599801. OLE color: 4599801.

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

Color convert

RGB 249 47 70 -
CMYK 0 0.81 0.72 0.02
HSL 353.17º 0.94% 0.58% -
HSV(B) 353.17º 0.81% 0.98% -
XYZ 41.19 22.61 7.99 -
YUV 110.02 105.42 227.13 -
System Red Green Blue C M Y K H S L
Decimal 249 47 70 0 0.81 0.72 0.02 353.17 0.94 0.58
Hex F9 2F 46 0 51 48 2 161 5E 3A
Octal 371 57 106 0 121 110 2 541 136 72
Binary 11111001 101111 1000110 0 1010001 1001000 10 101100001 1011110 111010

Color Harmonies of #F92F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F46

Black with #F92F46

Text Example


Text Example

White with #F92F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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