Html Css Color HEX #F12955 Amaranth

📋 copy color: '#F12955'

red 241 ◦ green 41 ◦ blue 85

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

Shades of Amaranth #F12955

Tints of Amaranth #F12955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.16%

R = 65.67%
G = 11.17%
B = 23.16%

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

#F12955 (or 0xF12955) is known color: Amaranth. HEX triplet: F1, 29 and 55. RGB value is (241,41,85). Sum of RGB (Red+Green+Blue) = 241+41+85=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F12955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12955 is #0ED6AA. Grayscale: #696969. Windows color (decimal): -972459 or 5581297. OLE color: 5581297.

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

Color convert

RGB 241 41 85 -
CMYK 0 0.83 0.65 0.05
HSL 346.8º 0.88% 0.55% -
HSV(B) 346.8º 0.83% 0.95% -
XYZ 38.71 20.94 10.6 -
YUV 105.82 116.26 224.42 -
System Red Green Blue C M Y K H S L
Decimal 241 41 85 0 0.83 0.65 0.05 346.8 0.88 0.55
Hex F1 29 55 0 53 41 5 15B 58 37
Octal 361 51 125 0 123 101 5 533 130 67
Binary 11110001 101001 1010101 0 1010011 1000001 101 101011011 1011000 110111

Color Harmonies of #F12955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12955

Black with #F12955

Text Example


Text Example

White with #F12955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12955; }

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

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

background-color css

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

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

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

border-color css

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

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

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