Html Css Color HEX #F51D5A Amaranth

📋 copy color: '#F51D5A'

red 245 ◦ green 29 ◦ blue 90

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

Shades of Amaranth #F51D5A

Tints of Amaranth #F51D5A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.97%

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

R = 67.31%
G = 7.97%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F51D5A (or 0xF51D5A) is known color: Amaranth. HEX triplet: F5, 1D and 5A. RGB value is (245,29,90). Sum of RGB (Red+Green+Blue) = 245+29+90=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51D5A is #0AE2A5. Grayscale: #646464. Windows color (decimal): -713382 or 5905909. OLE color: 5905909.

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

Color convert

RGB 245 29 90 -
CMYK 0 0.88 0.63 0.04
HSL 343.06º 0.92% 0.54% -
HSV(B) 343.06º 0.88% 0.96% -
XYZ 39.94 21.03 11.63 -
YUV 100.54 122.06 231.04 -
System Red Green Blue C M Y K H S L
Decimal 245 29 90 0 0.88 0.63 0.04 343.06 0.92 0.54
Hex F5 1D 5A 0 58 3F 4 157 5C 36
Octal 365 35 132 0 130 77 4 527 134 66
Binary 11110101 11101 1011010 0 1011000 111111 100 101010111 1011100 110110

Color Harmonies of #F51D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D5A

Black with #F51D5A

Text Example


Text Example

White with #F51D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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