Html Css Color HEX #F92F42 Amaranth

📋 copy color: '#F92F42'

red 249 ◦ green 47 ◦ blue 66

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

Shades of Amaranth #F92F42

Tints of Amaranth #F92F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 68.78%
G = 12.98%
B = 18.23%

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

#F92F42 (or 0xF92F42) is known color: Amaranth. HEX triplet: F9, 2F and 42. RGB value is (249,47,66). Sum of RGB (Red+Green+Blue) = 249+47+66=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F42 is #06D0BD. Grayscale: #6D6D6D. Windows color (decimal): -446654 or 4337657. OLE color: 4337657.

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

Color convert

RGB 249 47 66 -
CMYK 0 0.81 0.73 0.02
HSL 354.36º 0.94% 0.58% -
HSV(B) 354.36º 0.81% 0.98% -
XYZ 41.07 22.57 7.35 -
YUV 109.56 103.42 227.46 -
System Red Green Blue C M Y K H S L
Decimal 249 47 66 0 0.81 0.73 0.02 354.36 0.94 0.58
Hex F9 2F 42 0 51 49 2 162 5E 3A
Octal 371 57 102 0 121 111 2 542 136 72
Binary 11111001 101111 1000010 0 1010001 1001001 10 101100010 1011110 111010

Color Harmonies of #F92F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F42

Black with #F92F42

Text Example


Text Example

White with #F92F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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