Html Css Color HEX #F12247 Amaranth

📋 copy color: '#F12247'

red 241 ◦ green 34 ◦ blue 71

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

Shades of Amaranth #F12247

Tints of Amaranth #F12247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.52%

R = 69.65%
G = 9.83%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F12247 (or 0xF12247) is known color: Amaranth. HEX triplet: F1, 22 and 47. RGB value is (241,34,71). Sum of RGB (Red+Green+Blue) = 241+34+71=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F12247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12247 is #0EDDB8. Grayscale: #646464. Windows color (decimal): -974265 or 4662001. OLE color: 4662001.

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

Color convert

RGB 241 34 71 -
CMYK 0 0.86 0.71 0.05
HSL 349.28º 0.88% 0.54% -
HSV(B) 349.28º 0.86% 0.95% -
XYZ 37.98 20.3 7.88 -
YUV 100.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 241 34 71 0 0.86 0.71 0.05 349.28 0.88 0.54
Hex F1 22 47 0 56 47 5 15D 58 36
Octal 361 42 107 0 126 107 5 535 130 66
Binary 11110001 100010 1000111 0 1010110 1000111 101 101011101 1011000 110110

Color Harmonies of #F12247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12247

Black with #F12247

Text Example


Text Example

White with #F12247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12247; }

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

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

background-color css

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

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

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

border-color css

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

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

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