Html Css Color HEX #F11D4D Amaranth

📋 copy color: '#F11D4D'

red 241 ◦ green 29 ◦ blue 77

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

Shades of Amaranth #F11D4D

Tints of Amaranth #F11D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.36%

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

R = 69.45%
G = 8.36%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F11D4D (or 0xF11D4D) is known color: Amaranth. HEX triplet: F1, 1D and 4D. RGB value is (241,29,77). Sum of RGB (Red+Green+Blue) = 241+29+77=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11D4D is #0EE2B2. Grayscale: #616161. Windows color (decimal): -975539 or 5053937. OLE color: 5053937.

HSL color Cylindrical-coordinate representation of color #F11D4D: hue angle of 346.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11D4D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 29 77 -
CMYK 0 0.88 0.68 0.05
HSL 346.42º 0.88% 0.53% -
HSV(B) 346.42º 0.88% 0.95% -
XYZ 38.05 20.12 8.9 -
YUV 97.86 116.24 230.1 -
System Red Green Blue C M Y K H S L
Decimal 241 29 77 0 0.88 0.68 0.05 346.42 0.88 0.53
Hex F1 1D 4D 0 58 44 5 15A 58 35
Octal 361 35 115 0 130 104 5 532 130 65
Binary 11110001 11101 1001101 0 1011000 1000100 101 101011010 1011000 110101

Color Harmonies of #F11D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D4D

Black with #F11D4D

Text Example


Text Example

White with #F11D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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