Html Css Color HEX #F13156 Amaranth

📋 copy color: '#F13156'

red 241 ◦ green 49 ◦ blue 86

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

Shades of Amaranth #F13156

Tints of Amaranth #F13156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.03%

 BLUE value IS 86 (33.98% from 255) = 22.87%

R = 64.1%
G = 13.03%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F13156 (or 0xF13156) is known color: Amaranth. HEX triplet: F1, 31 and 56. RGB value is (241,49,86). Sum of RGB (Red+Green+Blue) = 241+49+86=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F13156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13156 is #0ECEA9. Grayscale: #6E6E6E. Windows color (decimal): -970410 or 5648881. OLE color: 5648881.

HSL color Cylindrical-coordinate representation of color #F13156: hue angle of 348.44º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F13156 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 86 -
CMYK 0 0.80 0.64 0.05
HSL 348.44º 0.87% 0.57% -
HSV(B) 348.44º 0.8% 0.95% -
XYZ 39.05 21.57 10.91 -
YUV 110.63 114.11 220.99 -
System Red Green Blue C M Y K H S L
Decimal 241 49 86 0 0.80 0.64 0.05 348.44 0.87 0.57
Hex F1 31 56 0 50 40 5 15C 57 39
Octal 361 61 126 0 120 100 5 534 127 71
Binary 11110001 110001 1010110 0 1010000 1000000 101 101011100 1010111 111001

Color Harmonies of #F13156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13156

Black with #F13156

Text Example


Text Example

White with #F13156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13156; }

 p { color: rgb(241,49,86); }

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

background-color css

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

 a { background-color: rgb(241,49,86); }

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

border-color css

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

 span { border-color: rgb(241,49,86); }

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