Html Css Color HEX #F11E5A Amaranth

📋 copy color: '#F11E5A'

red 241 ◦ green 30 ◦ blue 90

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

Shades of Amaranth #F11E5A

Tints of Amaranth #F11E5A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.31%

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 66.76%
G = 8.31%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F11E5A (or 0xF11E5A) is known color: Amaranth. HEX triplet: F1, 1E and 5A. RGB value is (241,30,90). Sum of RGB (Red+Green+Blue) = 241+30+90=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11E5A is #0EE1A5. Grayscale: #636363. Windows color (decimal): -975270 or 5906161. OLE color: 5906161.

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

Color convert

RGB 241 30 90 -
CMYK 0 0.88 0.63 0.05
HSL 342.94º 0.88% 0.53% -
HSV(B) 342.94º 0.88% 0.95% -
XYZ 38.59 20.37 11.57 -
YUV 99.93 122.4 228.62 -
System Red Green Blue C M Y K H S L
Decimal 241 30 90 0 0.88 0.63 0.05 342.94 0.88 0.53
Hex F1 1E 5A 0 58 3F 5 157 58 35
Octal 361 36 132 0 130 77 5 527 130 65
Binary 11110001 11110 1011010 0 1011000 111111 101 101010111 1011000 110101

Color Harmonies of #F11E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11E5A

Black with #F11E5A

Text Example


Text Example

White with #F11E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11E5A; }

 p { color: rgb(241,30,90); }

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

background-color css

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

 a { background-color: rgb(241,30,90); }

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

border-color css

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

 span { border-color: rgb(241,30,90); }

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