Html Css Color HEX #F71D4C Amaranth

📋 copy color: '#F71D4C'

red 247 ◦ green 29 ◦ blue 76

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

Shades of Amaranth #F71D4C

Tints of Amaranth #F71D4C

RGB

 RED value IS 247 (96.88% from 255) = 70.17%

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

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

R = 70.17%
G = 8.24%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F71D4C (or 0xF71D4C) is known color: Amaranth. HEX triplet: F7, 1D and 4C. RGB value is (247,29,76). Sum of RGB (Red+Green+Blue) = 247+29+76=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71D4C is #08E2B3. Grayscale: #636363. Windows color (decimal): -582324 or 4988407. OLE color: 4988407.

HSL color Cylindrical-coordinate representation of color #F71D4C: hue angle of 347.06º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71D4C is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 29 76 -
CMYK 0 0.88 0.69 0.03
HSL 347.06º 0.93% 0.54% -
HSV(B) 347.06º 0.88% 0.97% -
XYZ 40.1 21.17 8.81 -
YUV 99.54 114.72 233.18 -
System Red Green Blue C M Y K H S L
Decimal 247 29 76 0 0.88 0.69 0.03 347.06 0.93 0.54
Hex F7 1D 4C 0 58 45 3 15B 5D 36
Octal 367 35 114 0 130 105 3 533 135 66
Binary 11110111 11101 1001100 0 1011000 1000101 11 101011011 1011101 110110

Color Harmonies of #F71D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71D4C

Black with #F71D4C

Text Example


Text Example

White with #F71D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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