Html Css Color HEX #F12D49 Amaranth

📋 copy color: '#F12D49'

red 241 ◦ green 45 ◦ blue 73

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

Shades of Amaranth #F12D49

Tints of Amaranth #F12D49

RGB

 RED value IS 241 (94.53% from 255) = 67.13%

 GREEN value IS 45 (17.97% from 255) = 12.53%

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

R = 67.13%
G = 12.53%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F12D49 (or 0xF12D49) is known color: Amaranth. HEX triplet: F1, 2D and 49. RGB value is (241,45,73). Sum of RGB (Red+Green+Blue) = 241+45+73=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D49 is #0ED2B6. Grayscale: #6A6A6A. Windows color (decimal): -971447 or 4795889. OLE color: 4795889.

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

Color convert

RGB 241 45 73 -
CMYK 0 0.81 0.70 0.05
HSL 351.43º 0.88% 0.56% -
HSV(B) 351.43º 0.81% 0.95% -
XYZ 38.42 21.06 8.34 -
YUV 106.8 108.93 223.72 -
System Red Green Blue C M Y K H S L
Decimal 241 45 73 0 0.81 0.70 0.05 351.43 0.88 0.56
Hex F1 2D 49 0 51 46 5 15F 58 38
Octal 361 55 111 0 121 106 5 537 130 70
Binary 11110001 101101 1001001 0 1010001 1000110 101 101011111 1011000 111000

Color Harmonies of #F12D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D49

Black with #F12D49

Text Example


Text Example

White with #F12D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D49; }

 p { color: rgb(241,45,73); }

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

background-color css

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

 a { background-color: rgb(241,45,73); }

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

border-color css

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

 span { border-color: rgb(241,45,73); }

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