Html Css Color HEX #F13E4A Amaranth

📋 copy color: '#F13E4A'

red 241 ◦ green 62 ◦ blue 74

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

Shades of Amaranth #F13E4A

Tints of Amaranth #F13E4A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.45%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 63.93%
G = 16.45%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F13E4A (or 0xF13E4A) is known color: Amaranth. HEX triplet: F1, 3E and 4A. RGB value is (241,62,74). Sum of RGB (Red+Green+Blue) = 241+62+74=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13E4A is #0EC1B5. Grayscale: #757575. Windows color (decimal): -967094 or 4865777. OLE color: 4865777.

HSL color Cylindrical-coordinate representation of color #F13E4A: hue angle of 355.98º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13E4A is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 62 74 -
CMYK 0 0.74 0.69 0.05
HSL 355.98º 0.86% 0.59% -
HSV(B) 355.98º 0.74% 0.95% -
XYZ 39.23 22.64 8.78 -
YUV 116.89 103.8 216.52 -
System Red Green Blue C M Y K H S L
Decimal 241 62 74 0 0.74 0.69 0.05 355.98 0.86 0.59
Hex F1 3E 4A 0 4A 45 5 164 56 3B
Octal 361 76 112 0 112 105 5 544 126 73
Binary 11110001 111110 1001010 0 1001010 1000101 101 101100100 1010110 111011

Color Harmonies of #F13E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13E4A

Black with #F13E4A

Text Example


Text Example

White with #F13E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13E4A; }

 p { color: rgb(241,62,74); }

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

background-color css

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

 a { background-color: rgb(241,62,74); }

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

border-color css

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

 span { border-color: rgb(241,62,74); }

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