Html Css Color HEX #F12857 Amaranth

📋 copy color: '#F12857'

red 241 ◦ green 40 ◦ blue 87

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

Shades of Amaranth #F12857

Tints of Amaranth #F12857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.87%

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

R = 65.49%
G = 10.87%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F12857 (or 0xF12857) is known color: Amaranth. HEX triplet: F1, 28 and 57. RGB value is (241,40,87). Sum of RGB (Red+Green+Blue) = 241+40+87=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F12857 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12857 is #0ED7A8. Grayscale: #696969. Windows color (decimal): -972713 or 5712113. OLE color: 5712113.

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

Color convert

RGB 241 40 87 -
CMYK 0 0.83 0.64 0.05
HSL 345.97º 0.88% 0.55% -
HSV(B) 345.97º 0.83% 0.95% -
XYZ 38.75 20.91 11.01 -
YUV 105.46 117.59 224.68 -
System Red Green Blue C M Y K H S L
Decimal 241 40 87 0 0.83 0.64 0.05 345.97 0.88 0.55
Hex F1 28 57 0 53 40 5 15A 58 37
Octal 361 50 127 0 123 100 5 532 130 67
Binary 11110001 101000 1010111 0 1010011 1000000 101 101011010 1011000 110111

Color Harmonies of #F12857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12857

Black with #F12857

Text Example


Text Example

White with #F12857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12857; }

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

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

background-color css

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

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

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

border-color css

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

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

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