Html Css Color HEX #F31A49 Amaranth

📋 copy color: '#F31A49'

red 243 ◦ green 26 ◦ blue 73

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

Shades of Amaranth #F31A49

Tints of Amaranth #F31A49

RGB

 RED value IS 243 (95.31% from 255) = 71.05%

 GREEN value IS 26 (10.55% from 255) = 7.6%

 BLUE value IS 73 (28.91% from 255) = 21.35%

R = 71.05%
G = 7.6%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F31A49 (or 0xF31A49) is known color: Amaranth. HEX triplet: F3, 1A and 49. RGB value is (243,26,73). Sum of RGB (Red+Green+Blue) = 243+26+73=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31A49 is #0CE5B6. Grayscale: #606060. Windows color (decimal): -845239 or 4791027. OLE color: 4791027.

HSL color Cylindrical-coordinate representation of color #F31A49: hue angle of 347º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31A49 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 26 73 -
CMYK 0 0.89 0.70 0.05
HSL 347º 0.9% 0.53% -
HSV(B) 347º 0.89% 0.95% -
XYZ 38.53 20.27 8.19 -
YUV 96.24 114.89 232.68 -
System Red Green Blue C M Y K H S L
Decimal 243 26 73 0 0.89 0.70 0.05 347 0.9 0.53
Hex F3 1A 49 0 59 46 5 15B 5A 35
Octal 363 32 111 0 131 106 5 533 132 65
Binary 11110011 11010 1001001 0 1011001 1000110 101 101011011 1011010 110101

Color Harmonies of #F31A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31A49

Black with #F31A49

Text Example


Text Example

White with #F31A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31A49; }

 p { color: rgb(243,26,73); }

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

background-color css

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

 a { background-color: rgb(243,26,73); }

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

border-color css

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

 span { border-color: rgb(243,26,73); }

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