Html Css Color HEX #F13E4D Amaranth

📋 copy color: '#F13E4D'

red 241 ◦ green 62 ◦ blue 77

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

Shades of Amaranth #F13E4D

Tints of Amaranth #F13E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 63.42%
G = 16.32%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F13E4D (or 0xF13E4D) is known color: Amaranth. HEX triplet: F1, 3E and 4D. RGB value is (241,62,77). Sum of RGB (Red+Green+Blue) = 241+62+77=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13E4D is #0EC1B2. Grayscale: #757575. Windows color (decimal): -967091 or 5062385. OLE color: 5062385.

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

Color convert

RGB 241 62 77 -
CMYK 0 0.74 0.68 0.05
HSL 354.97º 0.86% 0.59% -
HSV(B) 354.97º 0.74% 0.95% -
XYZ 39.34 22.68 9.33 -
YUV 117.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 241 62 77 0 0.74 0.68 0.05 354.97 0.86 0.59
Hex F1 3E 4D 0 4A 44 5 163 56 3B
Octal 361 76 115 0 112 104 5 543 126 73
Binary 11110001 111110 1001101 0 1001010 1000100 101 101100011 1010110 111011

Color Harmonies of #F13E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13E4D

Black with #F13E4D

Text Example


Text Example

White with #F13E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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