Html Css Color HEX #F51E57 Amaranth

📋 copy color: '#F51E57'

red 245 ◦ green 30 ◦ blue 87

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

Shades of Amaranth #F51E57

Tints of Amaranth #F51E57

RGB

 RED value IS 245 (96.09% from 255) = 67.68%

 GREEN value IS 30 (12.11% from 255) = 8.29%

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

R = 67.68%
G = 8.29%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F51E57 (or 0xF51E57) is known color: Amaranth. HEX triplet: F5, 1E and 57. RGB value is (245,30,87). Sum of RGB (Red+Green+Blue) = 245+30+87=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51E57 is #0AE1A8. Grayscale: #646464. Windows color (decimal): -713129 or 5709557. OLE color: 5709557.

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

Color convert

RGB 245 30 87 -
CMYK 0 0.88 0.64 0.04
HSL 344.09º 0.91% 0.54% -
HSV(B) 344.09º 0.88% 0.96% -
XYZ 39.84 21.03 10.98 -
YUV 100.78 120.23 230.87 -
System Red Green Blue C M Y K H S L
Decimal 245 30 87 0 0.88 0.64 0.04 344.09 0.91 0.54
Hex F5 1E 57 0 58 40 4 158 5B 36
Octal 365 36 127 0 130 100 4 530 133 66
Binary 11110101 11110 1010111 0 1011000 1000000 100 101011000 1011011 110110

Color Harmonies of #F51E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E57

Black with #F51E57

Text Example


Text Example

White with #F51E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E57; }

 p { color: rgb(245,30,87); }

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

background-color css

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

 a { background-color: rgb(245,30,87); }

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

border-color css

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

 span { border-color: rgb(245,30,87); }

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