Html Css Color HEX #F12A51 Amaranth

📋 copy color: '#F12A51'

red 241 ◦ green 42 ◦ blue 81

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

Shades of Amaranth #F12A51

Tints of Amaranth #F12A51

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.54%

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

R = 66.21%
G = 11.54%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F12A51 (or 0xF12A51) is known color: Amaranth. HEX triplet: F1, 2A and 51. RGB value is (241,42,81). Sum of RGB (Red+Green+Blue) = 241+42+81=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A51 is #0ED5AE. Grayscale: #696969. Windows color (decimal): -972207 or 5319409. OLE color: 5319409.

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

Color convert

RGB 241 42 81 -
CMYK 0 0.83 0.66 0.05
HSL 348.24º 0.88% 0.55% -
HSV(B) 348.24º 0.83% 0.95% -
XYZ 38.59 20.95 9.79 -
YUV 105.95 113.93 224.33 -
System Red Green Blue C M Y K H S L
Decimal 241 42 81 0 0.83 0.66 0.05 348.24 0.88 0.55
Hex F1 2A 51 0 53 42 5 15C 58 37
Octal 361 52 121 0 123 102 5 534 130 67
Binary 11110001 101010 1010001 0 1010011 1000010 101 101011100 1011000 110111

Color Harmonies of #F12A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A51

Black with #F12A51

Text Example


Text Example

White with #F12A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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