Html Css Color HEX #F11F46 Amaranth

📋 copy color: '#F11F46'

red 241 ◦ green 31 ◦ blue 70

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

Shades of Amaranth #F11F46

Tints of Amaranth #F11F46

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.06%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 70.47%
G = 9.06%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F11F46 (or 0xF11F46) is known color: Amaranth. HEX triplet: F1, 1F and 46. RGB value is (241,31,70). Sum of RGB (Red+Green+Blue) = 241+31+70=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11F46 is #0EE0B9. Grayscale: #626262. Windows color (decimal): -975034 or 4595697. OLE color: 4595697.

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

Color convert

RGB 241 31 70 -
CMYK 0 0.87 0.71 0.05
HSL 348.86º 0.88% 0.53% -
HSV(B) 348.86º 0.87% 0.95% -
XYZ 37.87 20.12 7.68 -
YUV 98.24 112.07 229.83 -
System Red Green Blue C M Y K H S L
Decimal 241 31 70 0 0.87 0.71 0.05 348.86 0.88 0.53
Hex F1 1F 46 0 57 47 5 15D 58 35
Octal 361 37 106 0 127 107 5 535 130 65
Binary 11110001 11111 1000110 0 1010111 1000111 101 101011101 1011000 110101

Color Harmonies of #F11F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F46

Black with #F11F46

Text Example


Text Example

White with #F11F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F46; }

 p { color: rgb(241,31,70); }

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

background-color css

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

 a { background-color: rgb(241,31,70); }

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

border-color css

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

 span { border-color: rgb(241,31,70); }

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