Html Css Color HEX #F12146 Amaranth

📋 copy color: '#F12146'

red 241 ◦ green 33 ◦ blue 70

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

Shades of Amaranth #F12146

Tints of Amaranth #F12146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 70.06%
G = 9.59%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F12146 (or 0xF12146) is known color: Amaranth. HEX triplet: F1, 21 and 46. RGB value is (241,33,70). Sum of RGB (Red+Green+Blue) = 241+33+70=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F12146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12146 is #0EDEB9. Grayscale: #636363. Windows color (decimal): -974522 or 4596209. OLE color: 4596209.

HSL color Cylindrical-coordinate representation of color #F12146: hue angle of 349.33º 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 #F12146 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 70 -
CMYK 0 0.86 0.71 0.05
HSL 349.33º 0.88% 0.54% -
HSV(B) 349.33º 0.86% 0.95% -
XYZ 37.92 20.23 7.7 -
YUV 99.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 241 33 70 0 0.86 0.71 0.05 349.33 0.88 0.54
Hex F1 21 46 0 56 47 5 15D 58 36
Octal 361 41 106 0 126 107 5 535 130 66
Binary 11110001 100001 1000110 0 1010110 1000111 101 101011101 1011000 110110

Color Harmonies of #F12146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12146

Black with #F12146

Text Example


Text Example

White with #F12146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12146; }

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

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

background-color css

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

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

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

border-color css

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

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

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