Html Css Color HEX #F92B4A Amaranth

📋 copy color: '#F92B4A'

red 249 ◦ green 43 ◦ blue 74

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

Shades of Amaranth #F92B4A

Tints of Amaranth #F92B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.75%

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

R = 68.03%
G = 11.75%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F92B4A (or 0xF92B4A) is known color: Amaranth. HEX triplet: F9, 2B and 4A. RGB value is (249,43,74). Sum of RGB (Red+Green+Blue) = 249+43+74=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F92B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92B4A is #06D4B5. Grayscale: #6C6C6C. Windows color (decimal): -447670 or 4860921. OLE color: 4860921.

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

Color convert

RGB 249 43 74 -
CMYK 0 0.83 0.70 0.02
HSL 350.97º 0.94% 0.57% -
HSV(B) 350.97º 0.83% 0.98% -
XYZ 41.17 22.36 8.63 -
YUV 108.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 249 43 74 0 0.83 0.70 0.02 350.97 0.94 0.57
Hex F9 2B 4A 0 53 46 2 15F 5E 39
Octal 371 53 112 0 123 106 2 537 136 71
Binary 11111001 101011 1001010 0 1010011 1000110 10 101011111 1011110 111001

Color Harmonies of #F92B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92B4A

Black with #F92B4A

Text Example


Text Example

White with #F92B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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