Html Css Color HEX #F12954 Amaranth

📋 copy color: '#F12954'

red 241 ◦ green 41 ◦ blue 84

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

Shades of Amaranth #F12954

Tints of Amaranth #F12954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

 BLUE value IS 84 (33.2% from 255) = 22.95%

R = 65.85%
G = 11.2%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F12954 (or 0xF12954) is known color: Amaranth. HEX triplet: F1, 29 and 54. RGB value is (241,41,84). Sum of RGB (Red+Green+Blue) = 241+41+84=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F12954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12954 is #0ED6AB. Grayscale: #696969. Windows color (decimal): -972460 or 5515761. OLE color: 5515761.

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

Color convert

RGB 241 41 84 -
CMYK 0 0.83 0.65 0.05
HSL 347.1º 0.88% 0.55% -
HSV(B) 347.1º 0.83% 0.95% -
XYZ 38.67 20.93 10.39 -
YUV 105.7 115.76 224.5 -
System Red Green Blue C M Y K H S L
Decimal 241 41 84 0 0.83 0.65 0.05 347.1 0.88 0.55
Hex F1 29 54 0 53 41 5 15B 58 37
Octal 361 51 124 0 123 101 5 533 130 67
Binary 11110001 101001 1010100 0 1010011 1000001 101 101011011 1011000 110111

Color Harmonies of #F12954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12954

Black with #F12954

Text Example


Text Example

White with #F12954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12954; }

 p { color: rgb(241,41,84); }

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

background-color css

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

 a { background-color: rgb(241,41,84); }

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

border-color css

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

 span { border-color: rgb(241,41,84); }

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