Html Css Color HEX #F12046 Amaranth

📋 copy color: '#F12046'

red 241 ◦ green 32 ◦ blue 70

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

Shades of Amaranth #F12046

Tints of Amaranth #F12046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.33%

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

R = 70.26%
G = 9.33%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F12046 (or 0xF12046) is known color: Amaranth. HEX triplet: F1, 20 and 46. RGB value is (241,32,70). Sum of RGB (Red+Green+Blue) = 241+32+70=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F12046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12046 is #0EDFB9. Grayscale: #626262. Windows color (decimal): -974778 or 4595953. OLE color: 4595953.

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

Color convert

RGB 241 32 70 -
CMYK 0 0.87 0.71 0.05
HSL 349.09º 0.88% 0.54% -
HSV(B) 349.09º 0.87% 0.95% -
XYZ 37.9 20.18 7.69 -
YUV 98.82 111.74 229.41 -
System Red Green Blue C M Y K H S L
Decimal 241 32 70 0 0.87 0.71 0.05 349.09 0.88 0.54
Hex F1 20 46 0 57 47 5 15D 58 36
Octal 361 40 106 0 127 107 5 535 130 66
Binary 11110001 100000 1000110 0 1010111 1000111 101 101011101 1011000 110110

Color Harmonies of #F12046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12046

Black with #F12046

Text Example


Text Example

White with #F12046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12046; }

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

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

background-color css

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

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

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

border-color css

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

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

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