Html Css Color HEX #F92A4A Amaranth

📋 copy color: '#F92A4A'

red 249 ◦ green 42 ◦ blue 74

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

Shades of Amaranth #F92A4A

Tints of Amaranth #F92A4A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.51%

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

R = 68.22%
G = 11.51%
B = 20.27%

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

#F92A4A (or 0xF92A4A) is known color: Amaranth. HEX triplet: F9, 2A and 4A. RGB value is (249,42,74). Sum of RGB (Red+Green+Blue) = 249+42+74=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A4A is #06D5B5. Grayscale: #6B6B6B. Windows color (decimal): -447926 or 4860665. OLE color: 4860665.

HSL color Cylindrical-coordinate representation of color #F92A4A: hue angle of 350.72º degrees, saturation: 0.95, 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 #F92A4A is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 42 74 -
CMYK 0 0.83 0.70 0.02
HSL 350.72º 0.95% 0.57% -
HSV(B) 350.72º 0.83% 0.98% -
XYZ 41.13 22.29 8.61 -
YUV 107.54 109.08 228.9 -
System Red Green Blue C M Y K H S L
Decimal 249 42 74 0 0.83 0.70 0.02 350.72 0.95 0.57
Hex F9 2A 4A 0 53 46 2 15F 5F 39
Octal 371 52 112 0 123 106 2 537 137 71
Binary 11111001 101010 1001010 0 1010011 1000110 10 101011111 1011111 111001

Color Harmonies of #F92A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A4A

Black with #F92A4A

Text Example


Text Example

White with #F92A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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