Html Css Color HEX #F12259 Amaranth

📋 copy color: '#F12259'

red 241 ◦ green 34 ◦ blue 89

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

Shades of Amaranth #F12259

Tints of Amaranth #F12259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.45%

R = 66.21%
G = 9.34%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F12259 (or 0xF12259) is known color: Amaranth. HEX triplet: F1, 22 and 59. RGB value is (241,34,89). Sum of RGB (Red+Green+Blue) = 241+34+89=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F12259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12259 is #0EDDA6. Grayscale: #666666. Windows color (decimal): -974247 or 5841649. OLE color: 5841649.

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

Color convert

RGB 241 34 89 -
CMYK 0 0.86 0.63 0.05
HSL 344.06º 0.88% 0.54% -
HSV(B) 344.06º 0.86% 0.95% -
XYZ 38.65 20.57 11.38 -
YUV 102.16 120.58 227.03 -
System Red Green Blue C M Y K H S L
Decimal 241 34 89 0 0.86 0.63 0.05 344.06 0.88 0.54
Hex F1 22 59 0 56 3F 5 158 58 36
Octal 361 42 131 0 126 77 5 530 130 66
Binary 11110001 100010 1011001 0 1010110 111111 101 101011000 1011000 110110

Color Harmonies of #F12259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12259

Black with #F12259

Text Example


Text Example

White with #F12259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12259; }

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

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

background-color css

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

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

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

border-color css

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

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

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