Html Css Color HEX #F12457 Amaranth

📋 copy color: '#F12457'

red 241 ◦ green 36 ◦ blue 87

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

Shades of Amaranth #F12457

Tints of Amaranth #F12457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

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

R = 66.21%
G = 9.89%
B = 23.9%

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

#F12457 (or 0xF12457) is known color: Amaranth. HEX triplet: F1, 24 and 57. RGB value is (241,36,87). Sum of RGB (Red+Green+Blue) = 241+36+87=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F12457 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12457 is #0EDBA8. Grayscale: #676767. Windows color (decimal): -973737 or 5711089. OLE color: 5711089.

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

Color convert

RGB 241 36 87 -
CMYK 0 0.85 0.64 0.05
HSL 345.07º 0.88% 0.54% -
HSV(B) 345.07º 0.85% 0.95% -
XYZ 38.63 20.65 10.97 -
YUV 103.11 118.92 226.35 -
System Red Green Blue C M Y K H S L
Decimal 241 36 87 0 0.85 0.64 0.05 345.07 0.88 0.54
Hex F1 24 57 0 55 40 5 159 58 36
Octal 361 44 127 0 125 100 5 531 130 66
Binary 11110001 100100 1010111 0 1010101 1000000 101 101011001 1011000 110110

Color Harmonies of #F12457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12457

Black with #F12457

Text Example


Text Example

White with #F12457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12457; }

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

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

background-color css

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

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

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

border-color css

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

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

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