Html Css Color HEX #F11C51 Amaranth

📋 copy color: '#F11C51'

red 241 ◦ green 28 ◦ blue 81

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

Shades of Amaranth #F11C51

Tints of Amaranth #F11C51

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8%

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 68.86%
G = 8%
B = 23.14%

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

#F11C51 (or 0xF11C51) is known color: Amaranth. HEX triplet: F1, 1C and 51. RGB value is (241,28,81). Sum of RGB (Red+Green+Blue) = 241+28+81=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11C51 is #0EE3AE. Grayscale: #616161. Windows color (decimal): -975791 or 5315825. OLE color: 5315825.

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

Color convert

RGB 241 28 81 -
CMYK 0 0.88 0.66 0.05
HSL 345.07º 0.88% 0.53% -
HSV(B) 345.07º 0.88% 0.95% -
XYZ 38.18 20.13 9.66 -
YUV 97.73 118.57 230.19 -
System Red Green Blue C M Y K H S L
Decimal 241 28 81 0 0.88 0.66 0.05 345.07 0.88 0.53
Hex F1 1C 51 0 58 42 5 159 58 35
Octal 361 34 121 0 130 102 5 531 130 65
Binary 11110001 11100 1010001 0 1011000 1000010 101 101011001 1011000 110101

Color Harmonies of #F11C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C51

Black with #F11C51

Text Example


Text Example

White with #F11C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C51; }

 p { color: rgb(241,28,81); }

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

background-color css

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

 a { background-color: rgb(241,28,81); }

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

border-color css

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

 span { border-color: rgb(241,28,81); }

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