Html Css Color HEX #F51E4A Amaranth

📋 copy color: '#F51E4A'

red 245 ◦ green 30 ◦ blue 74

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

Shades of Amaranth #F51E4A

Tints of Amaranth #F51E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.2%

R = 70.2%
G = 8.6%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F51E4A (or 0xF51E4A) is known color: Amaranth. HEX triplet: F5, 1E and 4A. RGB value is (245,30,74). Sum of RGB (Red+Green+Blue) = 245+30+74=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E4A is #0AE1B5. Grayscale: #636363. Windows color (decimal): -713142 or 4857589. OLE color: 4857589.

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

Color convert

RGB 245 30 74 -
CMYK 0 0.88 0.70 0.04
HSL 347.72º 0.91% 0.54% -
HSV(B) 347.72º 0.88% 0.96% -
XYZ 39.36 20.84 8.43 -
YUV 99.3 113.73 231.92 -
System Red Green Blue C M Y K H S L
Decimal 245 30 74 0 0.88 0.70 0.04 347.72 0.91 0.54
Hex F5 1E 4A 0 58 46 4 15C 5B 36
Octal 365 36 112 0 130 106 4 534 133 66
Binary 11110101 11110 1001010 0 1011000 1000110 100 101011100 1011011 110110

Color Harmonies of #F51E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E4A

Black with #F51E4A

Text Example


Text Example

White with #F51E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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