Html Css Color HEX #F12557 Amaranth

📋 copy color: '#F12557'

red 241 ◦ green 37 ◦ blue 87

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

Shades of Amaranth #F12557

Tints of Amaranth #F12557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.84%

R = 66.03%
G = 10.14%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F12557 (or 0xF12557) is known color: Amaranth. HEX triplet: F1, 25 and 57. RGB value is (241,37,87). Sum of RGB (Red+Green+Blue) = 241+37+87=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F12557 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12557 is #0EDAA8. Grayscale: #676767. Windows color (decimal): -973481 or 5711345. OLE color: 5711345.

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

Color convert

RGB 241 37 87 -
CMYK 0 0.85 0.64 0.05
HSL 345.29º 0.88% 0.55% -
HSV(B) 345.29º 0.85% 0.95% -
XYZ 38.66 20.71 10.98 -
YUV 103.7 118.59 225.93 -
System Red Green Blue C M Y K H S L
Decimal 241 37 87 0 0.85 0.64 0.05 345.29 0.88 0.55
Hex F1 25 57 0 55 40 5 159 58 37
Octal 361 45 127 0 125 100 5 531 130 67
Binary 11110001 100101 1010111 0 1010101 1000000 101 101011001 1011000 110111

Color Harmonies of #F12557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12557

Black with #F12557

Text Example


Text Example

White with #F12557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12557; }

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

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

background-color css

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

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

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

border-color css

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

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

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