Html Css Color HEX #F12057 Amaranth

📋 copy color: '#F12057'

red 241 ◦ green 32 ◦ blue 87

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

Shades of Amaranth #F12057

Tints of Amaranth #F12057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.89%

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

R = 66.94%
G = 8.89%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F12057 (or 0xF12057) is known color: Amaranth. HEX triplet: F1, 20 and 57. RGB value is (241,32,87). Sum of RGB (Red+Green+Blue) = 241+32+87=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F12057 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12057 is #0EDFA8. Grayscale: #646464. Windows color (decimal): -974761 or 5710065. OLE color: 5710065.

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

Color convert

RGB 241 32 87 -
CMYK 0 0.87 0.64 0.05
HSL 344.21º 0.88% 0.54% -
HSV(B) 344.21º 0.87% 0.95% -
XYZ 38.51 20.42 10.93 -
YUV 100.76 120.24 228.03 -
System Red Green Blue C M Y K H S L
Decimal 241 32 87 0 0.87 0.64 0.05 344.21 0.88 0.54
Hex F1 20 57 0 57 40 5 158 58 36
Octal 361 40 127 0 127 100 5 530 130 66
Binary 11110001 100000 1010111 0 1010111 1000000 101 101011000 1011000 110110

Color Harmonies of #F12057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12057

Black with #F12057

Text Example


Text Example

White with #F12057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12057; }

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

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

background-color css

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

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

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

border-color css

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

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

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