Html Css Color HEX #F12E51 Amaranth

📋 copy color: '#F12E51'

red 241 ◦ green 46 ◦ blue 81

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

Shades of Amaranth #F12E51

Tints of Amaranth #F12E51

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.5%

 BLUE value IS 81 (32.03% from 255) = 22.01%

R = 65.49%
G = 12.5%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F12E51 (or 0xF12E51) is known color: Amaranth. HEX triplet: F1, 2E and 51. RGB value is (241,46,81). Sum of RGB (Red+Green+Blue) = 241+46+81=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12E51 is #0ED1AE. Grayscale: #6C6C6C. Windows color (decimal): -971183 or 5320433. OLE color: 5320433.

HSL color Cylindrical-coordinate representation of color #F12E51: hue angle of 349.23º degrees, saturation: 0.87, 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 #F12E51 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 46 81 -
CMYK 0 0.81 0.66 0.05
HSL 349.23º 0.87% 0.56% -
HSV(B) 349.23º 0.81% 0.95% -
XYZ 38.74 21.25 9.84 -
YUV 108.3 112.6 222.65 -
System Red Green Blue C M Y K H S L
Decimal 241 46 81 0 0.81 0.66 0.05 349.23 0.87 0.56
Hex F1 2E 51 0 51 42 5 15D 57 38
Octal 361 56 121 0 121 102 5 535 127 70
Binary 11110001 101110 1010001 0 1010001 1000010 101 101011101 1010111 111000

Color Harmonies of #F12E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12E51

Black with #F12E51

Text Example


Text Example

White with #F12E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12E51; }

 p { color: rgb(241,46,81); }

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

background-color css

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

 a { background-color: rgb(241,46,81); }

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

border-color css

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

 span { border-color: rgb(241,46,81); }

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