Html Css Color HEX #F51D4C Amaranth

📋 copy color: '#F51D4C'

red 245 ◦ green 29 ◦ blue 76

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

Shades of Amaranth #F51D4C

Tints of Amaranth #F51D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 70%
G = 8.29%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F51D4C (or 0xF51D4C) is known color: Amaranth. HEX triplet: F5, 1D and 4C. RGB value is (245,29,76). Sum of RGB (Red+Green+Blue) = 245+29+76=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51D4C is #0AE2B3. Grayscale: #626262. Windows color (decimal): -713396 or 4988405. OLE color: 4988405.

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

Color convert

RGB 245 29 76 -
CMYK 0 0.88 0.69 0.04
HSL 346.94º 0.92% 0.54% -
HSV(B) 346.94º 0.88% 0.96% -
XYZ 39.4 20.81 8.78 -
YUV 98.94 115.06 232.18 -
System Red Green Blue C M Y K H S L
Decimal 245 29 76 0 0.88 0.69 0.04 346.94 0.92 0.54
Hex F5 1D 4C 0 58 45 4 15B 5C 36
Octal 365 35 114 0 130 105 4 533 134 66
Binary 11110101 11101 1001100 0 1011000 1000101 100 101011011 1011100 110110

Color Harmonies of #F51D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D4C

Black with #F51D4C

Text Example


Text Example

White with #F51D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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