Html Css Color HEX #F92942 Amaranth

📋 copy color: '#F92942'

red 249 ◦ green 41 ◦ blue 66

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

Shades of Amaranth #F92942

Tints of Amaranth #F92942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.52%

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

R = 69.94%
G = 11.52%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F92942 (or 0xF92942) is known color: Amaranth. HEX triplet: F9, 29 and 42. RGB value is (249,41,66). Sum of RGB (Red+Green+Blue) = 249+41+66=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F92942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92942 is #06D6BD. Grayscale: #6A6A6A. Windows color (decimal): -448190 or 4336121. OLE color: 4336121.

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

Color convert

RGB 249 41 66 -
CMYK 0 0.84 0.73 0.02
HSL 352.79º 0.95% 0.57% -
HSV(B) 352.79º 0.84% 0.98% -
XYZ 40.84 22.12 7.27 -
YUV 106.04 105.41 229.97 -
System Red Green Blue C M Y K H S L
Decimal 249 41 66 0 0.84 0.73 0.02 352.79 0.95 0.57
Hex F9 29 42 0 54 49 2 161 5F 39
Octal 371 51 102 0 124 111 2 541 137 71
Binary 11111001 101001 1000010 0 1010100 1001001 10 101100001 1011111 111001

Color Harmonies of #F92942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92942

Black with #F92942

Text Example


Text Example

White with #F92942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92942; }

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

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

background-color css

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

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

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

border-color css

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

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

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