Html Css Color HEX #F51A4D Amaranth

📋 copy color: '#F51A4D'

red 245 ◦ green 26 ◦ blue 77

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

Shades of Amaranth #F51A4D

Tints of Amaranth #F51A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.47%

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 70.4%
G = 7.47%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F51A4D (or 0xF51A4D) is known color: Amaranth. HEX triplet: F5, 1A and 4D. RGB value is (245,26,77). Sum of RGB (Red+Green+Blue) = 245+26+77=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51A4D is #0AE5B2. Grayscale: #616161. Windows color (decimal): -714163 or 5053173. OLE color: 5053173.

HSL color Cylindrical-coordinate representation of color #F51A4D: hue angle of 346.03º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51A4D is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 26 77 -
CMYK 0 0.89 0.69 0.04
HSL 346.03º 0.92% 0.53% -
HSV(B) 346.03º 0.89% 0.96% -
XYZ 39.37 20.69 8.94 -
YUV 97.3 116.55 233.35 -
System Red Green Blue C M Y K H S L
Decimal 245 26 77 0 0.89 0.69 0.04 346.03 0.92 0.53
Hex F5 1A 4D 0 59 45 4 15A 5C 35
Octal 365 32 115 0 131 105 4 532 134 65
Binary 11110101 11010 1001101 0 1011001 1000101 100 101011010 1011100 110101

Color Harmonies of #F51A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51A4D

Black with #F51A4D

Text Example


Text Example

White with #F51A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51A4D; }

 p { color: rgb(245,26,77); }

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

background-color css

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

 a { background-color: rgb(245,26,77); }

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

border-color css

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

 span { border-color: rgb(245,26,77); }

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