Html Css Color HEX #F13547 Amaranth

📋 copy color: '#F13547'

red 241 ◦ green 53 ◦ blue 71

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

Shades of Amaranth #F13547

Tints of Amaranth #F13547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.52%

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 66.03%
G = 14.52%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F13547 (or 0xF13547) is known color: Amaranth. HEX triplet: F1, 35 and 47. RGB value is (241,53,71). Sum of RGB (Red+Green+Blue) = 241+53+71=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F13547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13547 is #0ECAB8. Grayscale: #6F6F6F. Windows color (decimal): -969401 or 4666865. OLE color: 4666865.

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

Color convert

RGB 241 53 71 -
CMYK 0 0.78 0.71 0.05
HSL 354.26º 0.87% 0.58% -
HSV(B) 354.26º 0.78% 0.95% -
XYZ 38.69 21.7 8.11 -
YUV 111.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 241 53 71 0 0.78 0.71 0.05 354.26 0.87 0.58
Hex F1 35 47 0 4E 47 5 162 57 3A
Octal 361 65 107 0 116 107 5 542 127 72
Binary 11110001 110101 1000111 0 1001110 1000111 101 101100010 1010111 111010

Color Harmonies of #F13547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13547

Black with #F13547

Text Example


Text Example

White with #F13547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13547; }

 p { color: rgb(241,53,71); }

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

background-color css

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

 a { background-color: rgb(241,53,71); }

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

border-color css

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

 span { border-color: rgb(241,53,71); }

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