Html Css Color HEX #F31949 Amaranth

📋 copy color: '#F31949'

red 243 ◦ green 25 ◦ blue 73

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

Shades of Amaranth #F31949

Tints of Amaranth #F31949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.33%

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

R = 71.26%
G = 7.33%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F31949 (or 0xF31949) is known color: Amaranth. HEX triplet: F3, 19 and 49. RGB value is (243,25,73). Sum of RGB (Red+Green+Blue) = 243+25+73=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F31949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31949 is #0CE6B6. Grayscale: #5F5F5F. Windows color (decimal): -845495 or 4790771. OLE color: 4790771.

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

Color convert

RGB 243 25 73 -
CMYK 0 0.90 0.70 0.05
HSL 346.79º 0.9% 0.53% -
HSV(B) 346.79º 0.9% 0.95% -
XYZ 38.51 20.23 8.18 -
YUV 95.65 115.22 233.1 -
System Red Green Blue C M Y K H S L
Decimal 243 25 73 0 0.90 0.70 0.05 346.79 0.9 0.53
Hex F3 19 49 0 5A 46 5 15B 5A 35
Octal 363 31 111 0 132 106 5 533 132 65
Binary 11110011 11001 1001001 0 1011010 1000110 101 101011011 1011010 110101

Color Harmonies of #F31949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31949

Black with #F31949

Text Example


Text Example

White with #F31949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31949; }

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

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

background-color css

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

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

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

border-color css

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

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

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