Html Css Color HEX #F11D50 Amaranth

📋 copy color: '#F11D50'

red 241 ◦ green 29 ◦ blue 80

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

Shades of Amaranth #F11D50

Tints of Amaranth #F11D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 68.86%
G = 8.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F11D50 (or 0xF11D50) is known color: Amaranth. HEX triplet: F1, 1D and 50. RGB value is (241,29,80). Sum of RGB (Red+Green+Blue) = 241+29+80=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11D50 is #0EE2AF. Grayscale: #626262. Windows color (decimal): -975536 or 5250545. OLE color: 5250545.

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

Color convert

RGB 241 29 80 -
CMYK 0 0.88 0.67 0.05
HSL 345.57º 0.88% 0.53% -
HSV(B) 345.57º 0.88% 0.95% -
XYZ 38.16 20.16 9.47 -
YUV 98.2 117.74 229.85 -
System Red Green Blue C M Y K H S L
Decimal 241 29 80 0 0.88 0.67 0.05 345.57 0.88 0.53
Hex F1 1D 50 0 58 43 5 15A 58 35
Octal 361 35 120 0 130 103 5 532 130 65
Binary 11110001 11101 1010000 0 1011000 1000011 101 101011010 1011000 110101

Color Harmonies of #F11D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D50

Black with #F11D50

Text Example


Text Example

White with #F11D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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