Html Css Color HEX #F11D53 Amaranth

📋 copy color: '#F11D53'

red 241 ◦ green 29 ◦ blue 83

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

Shades of Amaranth #F11D53

Tints of Amaranth #F11D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 68.27%
G = 8.22%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F11D53 (or 0xF11D53) is known color: Amaranth. HEX triplet: F1, 1D and 53. RGB value is (241,29,83). Sum of RGB (Red+Green+Blue) = 241+29+83=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11D53 is #0EE2AC. Grayscale: #626262. Windows color (decimal): -975533 or 5447153. OLE color: 5447153.

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

Color convert

RGB 241 29 83 -
CMYK 0 0.88 0.66 0.05
HSL 344.72º 0.88% 0.53% -
HSV(B) 344.72º 0.88% 0.95% -
XYZ 38.28 20.2 10.07 -
YUV 98.54 119.24 229.61 -
System Red Green Blue C M Y K H S L
Decimal 241 29 83 0 0.88 0.66 0.05 344.72 0.88 0.53
Hex F1 1D 53 0 58 42 5 159 58 35
Octal 361 35 123 0 130 102 5 531 130 65
Binary 11110001 11101 1010011 0 1011000 1000010 101 101011001 1011000 110101

Color Harmonies of #F11D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D53

Black with #F11D53

Text Example


Text Example

White with #F11D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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