Html Css Color HEX #F51E58 Amaranth

📋 copy color: '#F51E58'

red 245 ◦ green 30 ◦ blue 88

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

Shades of Amaranth #F51E58

Tints of Amaranth #F51E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 67.49%
G = 8.26%
B = 24.24%

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

#F51E58 (or 0xF51E58) is known color: Amaranth. HEX triplet: F5, 1E and 58. RGB value is (245,30,88). Sum of RGB (Red+Green+Blue) = 245+30+88=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51E58 is #0AE1A7. Grayscale: #646464. Windows color (decimal): -713128 or 5775093. OLE color: 5775093.

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

Color convert

RGB 245 30 88 -
CMYK 0 0.88 0.64 0.04
HSL 343.81º 0.91% 0.54% -
HSV(B) 343.81º 0.88% 0.96% -
XYZ 39.88 21.05 11.19 -
YUV 100.9 120.73 230.78 -
System Red Green Blue C M Y K H S L
Decimal 245 30 88 0 0.88 0.64 0.04 343.81 0.91 0.54
Hex F5 1E 58 0 58 40 4 158 5B 36
Octal 365 36 130 0 130 100 4 530 133 66
Binary 11110101 11110 1011000 0 1011000 1000000 100 101011000 1011011 110110

Color Harmonies of #F51E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E58

Black with #F51E58

Text Example


Text Example

White with #F51E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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