Html Css Color HEX #F51C5A Amaranth

📋 copy color: '#F51C5A'

red 245 ◦ green 28 ◦ blue 90

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

Shades of Amaranth #F51C5A

Tints of Amaranth #F51C5A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.71%

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 67.49%
G = 7.71%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F51C5A (or 0xF51C5A) is known color: Amaranth. HEX triplet: F5, 1C and 5A. RGB value is (245,28,90). Sum of RGB (Red+Green+Blue) = 245+28+90=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51C5A is #0AE3A5. Grayscale: #636363. Windows color (decimal): -713638 or 5905653. OLE color: 5905653.

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

Color convert

RGB 245 28 90 -
CMYK 0 0.89 0.63 0.04
HSL 342.86º 0.92% 0.54% -
HSV(B) 342.86º 0.89% 0.96% -
XYZ 39.92 20.98 11.62 -
YUV 99.95 122.39 231.46 -
System Red Green Blue C M Y K H S L
Decimal 245 28 90 0 0.89 0.63 0.04 342.86 0.92 0.54
Hex F5 1C 5A 0 59 3F 4 157 5C 36
Octal 365 34 132 0 131 77 4 527 134 66
Binary 11110101 11100 1011010 0 1011001 111111 100 101010111 1011100 110110

Color Harmonies of #F51C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51C5A

Black with #F51C5A

Text Example


Text Example

White with #F51C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51C5A; }

 p { color: rgb(245,28,90); }

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

background-color css

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

 a { background-color: rgb(245,28,90); }

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

border-color css

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

 span { border-color: rgb(245,28,90); }

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