Html Css Color HEX #F13144 Amaranth

📋 copy color: '#F13144'

red 241 ◦ green 49 ◦ blue 68

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

Shades of Amaranth #F13144

Tints of Amaranth #F13144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.99%

R = 67.32%
G = 13.69%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F13144 (or 0xF13144) is known color: Amaranth. HEX triplet: F1, 31 and 44. RGB value is (241,49,68). Sum of RGB (Red+Green+Blue) = 241+49+68=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F13144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13144 is #0ECEBB. Grayscale: #6C6C6C. Windows color (decimal): -970428 or 4469233. OLE color: 4469233.

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

Color convert

RGB 241 49 68 -
CMYK 0 0.80 0.72 0.05
HSL 354.06º 0.87% 0.57% -
HSV(B) 354.06º 0.8% 0.95% -
XYZ 38.42 21.31 7.56 -
YUV 108.57 105.11 222.46 -
System Red Green Blue C M Y K H S L
Decimal 241 49 68 0 0.80 0.72 0.05 354.06 0.87 0.57
Hex F1 31 44 0 50 48 5 162 57 39
Octal 361 61 104 0 120 110 5 542 127 71
Binary 11110001 110001 1000100 0 1010000 1001000 101 101100010 1010111 111001

Color Harmonies of #F13144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13144

Black with #F13144

Text Example


Text Example

White with #F13144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13144; }

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

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

background-color css

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

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

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

border-color css

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

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

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