Html Css Color HEX #F12149 Amaranth

📋 copy color: '#F12149'

red 241 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #F12149

Tints of Amaranth #F12149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.51%

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

R = 69.45%
G = 9.51%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F12149 (or 0xF12149) is known color: Amaranth. HEX triplet: F1, 21 and 49. RGB value is (241,33,73). Sum of RGB (Red+Green+Blue) = 241+33+73=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F12149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12149 is #0EDEB6. Grayscale: #636363. Windows color (decimal): -974519 or 4792817. OLE color: 4792817.

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

Color convert

RGB 241 33 73 -
CMYK 0 0.86 0.70 0.05
HSL 348.46º 0.88% 0.54% -
HSV(B) 348.46º 0.86% 0.95% -
XYZ 38.02 20.27 8.21 -
YUV 99.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 241 33 73 0 0.86 0.70 0.05 348.46 0.88 0.54
Hex F1 21 49 0 56 46 5 15C 58 36
Octal 361 41 111 0 126 106 5 534 130 66
Binary 11110001 100001 1001001 0 1010110 1000110 101 101011100 1011000 110110

Color Harmonies of #F12149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12149

Black with #F12149

Text Example


Text Example

White with #F12149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12149; }

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

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

background-color css

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

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

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

border-color css

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

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

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