Html Css Color HEX #F12155 Amaranth

📋 copy color: '#F12155'

red 241 ◦ green 33 ◦ blue 85

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

Shades of Amaranth #F12155

Tints of Amaranth #F12155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

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

R = 67.13%
G = 9.19%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F12155 (or 0xF12155) is known color: Amaranth. HEX triplet: F1, 21 and 55. RGB value is (241,33,85). Sum of RGB (Red+Green+Blue) = 241+33+85=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F12155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12155 is #0EDEAA. Grayscale: #656565. Windows color (decimal): -974507 or 5579249. OLE color: 5579249.

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

Color convert

RGB 241 33 85 -
CMYK 0 0.86 0.65 0.05
HSL 345º 0.88% 0.54% -
HSV(B) 345º 0.86% 0.95% -
XYZ 38.46 20.44 10.51 -
YUV 101.12 118.91 227.77 -
System Red Green Blue C M Y K H S L
Decimal 241 33 85 0 0.86 0.65 0.05 345 0.88 0.54
Hex F1 21 55 0 56 41 5 159 58 36
Octal 361 41 125 0 126 101 5 531 130 66
Binary 11110001 100001 1010101 0 1010110 1000001 101 101011001 1011000 110110

Color Harmonies of #F12155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12155

Black with #F12155

Text Example


Text Example

White with #F12155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12155; }

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

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

background-color css

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

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

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

border-color css

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

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

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