Html Css Color HEX #F13145 Amaranth

📋 copy color: '#F13145'

red 241 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #F13145

Tints of Amaranth #F13145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 67.13%
G = 13.65%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F13145 (or 0xF13145) is known color: Amaranth. HEX triplet: F1, 31 and 45. RGB value is (241,49,69). Sum of RGB (Red+Green+Blue) = 241+49+69=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F13145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13145 is #0ECEBA. Grayscale: #6C6C6C. Windows color (decimal): -970427 or 4534769. OLE color: 4534769.

HSL color Cylindrical-coordinate representation of color #F13145: hue angle of 353.75º 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 #F13145 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 69 -
CMYK 0 0.80 0.71 0.05
HSL 353.75º 0.87% 0.57% -
HSV(B) 353.75º 0.8% 0.95% -
XYZ 38.45 21.33 7.72 -
YUV 108.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 241 49 69 0 0.80 0.71 0.05 353.75 0.87 0.57
Hex F1 31 45 0 50 47 5 162 57 39
Octal 361 61 105 0 120 107 5 542 127 71
Binary 11110001 110001 1000101 0 1010000 1000111 101 101100010 1010111 111001

Color Harmonies of #F13145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13145

Black with #F13145

Text Example


Text Example

White with #F13145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13145; }

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

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

background-color css

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

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

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

border-color css

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

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

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