Html Css Color HEX #F92F43 Amaranth

📋 copy color: '#F92F43'

red 249 ◦ green 47 ◦ blue 67

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

Shades of Amaranth #F92F43

Tints of Amaranth #F92F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.46%

R = 68.6%
G = 12.95%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F92F43 (or 0xF92F43) is known color: Amaranth. HEX triplet: F9, 2F and 43. RGB value is (249,47,67). Sum of RGB (Red+Green+Blue) = 249+47+67=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F43 is #06D0BC. Grayscale: #6D6D6D. Windows color (decimal): -446653 or 4403193. OLE color: 4403193.

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

Color convert

RGB 249 47 67 -
CMYK 0 0.81 0.73 0.02
HSL 354.06º 0.94% 0.58% -
HSV(B) 354.06º 0.81% 0.98% -
XYZ 41.1 22.58 7.5 -
YUV 109.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 249 47 67 0 0.81 0.73 0.02 354.06 0.94 0.58
Hex F9 2F 43 0 51 49 2 162 5E 3A
Octal 371 57 103 0 121 111 2 542 136 72
Binary 11111001 101111 1000011 0 1010001 1001001 10 101100010 1011110 111010

Color Harmonies of #F92F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F43

Black with #F92F43

Text Example


Text Example

White with #F92F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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