Html Css Color HEX #F12244 Amaranth

📋 copy color: '#F12244'

red 241 ◦ green 34 ◦ blue 68

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

Shades of Amaranth #F12244

Tints of Amaranth #F12244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.91%

 BLUE value IS 68 (26.95% from 255) = 19.83%

R = 70.26%
G = 9.91%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F12244 (or 0xF12244) is known color: Amaranth. HEX triplet: F1, 22 and 44. RGB value is (241,34,68). Sum of RGB (Red+Green+Blue) = 241+34+68=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F12244 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12244 is #0EDDBB. Grayscale: #636363. Windows color (decimal): -974268 or 4465393. OLE color: 4465393.

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

Color convert

RGB 241 34 68 -
CMYK 0 0.86 0.72 0.05
HSL 350.14º 0.88% 0.54% -
HSV(B) 350.14º 0.86% 0.95% -
XYZ 37.89 20.26 7.38 -
YUV 99.77 110.08 228.74 -
System Red Green Blue C M Y K H S L
Decimal 241 34 68 0 0.86 0.72 0.05 350.14 0.88 0.54
Hex F1 22 44 0 56 48 5 15E 58 36
Octal 361 42 104 0 126 110 5 536 130 66
Binary 11110001 100010 1000100 0 1010110 1001000 101 101011110 1011000 110110

Color Harmonies of #F12244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12244

Black with #F12244

Text Example


Text Example

White with #F12244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12244; }

 p { color: rgb(241,34,68); }

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

background-color css

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

 a { background-color: rgb(241,34,68); }

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

border-color css

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

 span { border-color: rgb(241,34,68); }

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