Html Css Color HEX #F12549 Amaranth

📋 copy color: '#F12549'

red 241 ◦ green 37 ◦ blue 73

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

Shades of Amaranth #F12549

Tints of Amaranth #F12549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.54%

 BLUE value IS 73 (28.91% from 255) = 20.8%

R = 68.66%
G = 10.54%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F12549 (or 0xF12549) is known color: Amaranth. HEX triplet: F1, 25 and 49. RGB value is (241,37,73). Sum of RGB (Red+Green+Blue) = 241+37+73=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F12549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12549 is #0EDAB6. Grayscale: #666666. Windows color (decimal): -973495 or 4793841. OLE color: 4793841.

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

Color convert

RGB 241 37 73 -
CMYK 0 0.85 0.70 0.05
HSL 349.41º 0.88% 0.55% -
HSV(B) 349.41º 0.85% 0.95% -
XYZ 38.14 20.5 8.25 -
YUV 102.1 111.59 227.07 -
System Red Green Blue C M Y K H S L
Decimal 241 37 73 0 0.85 0.70 0.05 349.41 0.88 0.55
Hex F1 25 49 0 55 46 5 15D 58 37
Octal 361 45 111 0 125 106 5 535 130 67
Binary 11110001 100101 1001001 0 1010101 1000110 101 101011101 1011000 110111

Color Harmonies of #F12549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12549

Black with #F12549

Text Example


Text Example

White with #F12549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12549; }

 p { color: rgb(241,37,73); }

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

background-color css

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

 a { background-color: rgb(241,37,73); }

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

border-color css

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

 span { border-color: rgb(241,37,73); }

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