Html Css Color HEX #F12446 Amaranth

📋 copy color: '#F12446'

red 241 ◦ green 36 ◦ blue 70

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

Shades of Amaranth #F12446

Tints of Amaranth #F12446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.37%

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

R = 69.45%
G = 10.37%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F12446 (or 0xF12446) is known color: Amaranth. HEX triplet: F1, 24 and 46. RGB value is (241,36,70). Sum of RGB (Red+Green+Blue) = 241+36+70=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F12446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12446 is #0EDBB9. Grayscale: #656565. Windows color (decimal): -973754 or 4596977. OLE color: 4596977.

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

Color convert

RGB 241 36 70 -
CMYK 0 0.85 0.71 0.05
HSL 350.05º 0.88% 0.54% -
HSV(B) 350.05º 0.85% 0.95% -
XYZ 38.01 20.4 7.73 -
YUV 101.17 110.42 227.74 -
System Red Green Blue C M Y K H S L
Decimal 241 36 70 0 0.85 0.71 0.05 350.05 0.88 0.54
Hex F1 24 46 0 55 47 5 15E 58 36
Octal 361 44 106 0 125 107 5 536 130 66
Binary 11110001 100100 1000110 0 1010101 1000111 101 101011110 1011000 110110

Color Harmonies of #F12446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12446

Black with #F12446

Text Example


Text Example

White with #F12446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12446; }

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

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

background-color css

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

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

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

border-color css

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

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

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