Html Css Color HEX #F71B4A Amaranth

📋 copy color: '#F71B4A'

red 247 ◦ green 27 ◦ blue 74

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

Shades of Amaranth #F71B4A

Tints of Amaranth #F71B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.76%

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

R = 70.98%
G = 7.76%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F71B4A (or 0xF71B4A) is known color: Amaranth. HEX triplet: F7, 1B and 4A. RGB value is (247,27,74). Sum of RGB (Red+Green+Blue) = 247+27+74=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71B4A is #08E4B5. Grayscale: #626262. Windows color (decimal): -582838 or 4856823. OLE color: 4856823.

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

Color convert

RGB 247 27 74 -
CMYK 0 0.89 0.70 0.03
HSL 347.18º 0.93% 0.54% -
HSV(B) 347.18º 0.89% 0.97% -
XYZ 39.99 21.05 8.43 -
YUV 98.14 114.39 234.18 -
System Red Green Blue C M Y K H S L
Decimal 247 27 74 0 0.89 0.70 0.03 347.18 0.93 0.54
Hex F7 1B 4A 0 59 46 3 15B 5D 36
Octal 367 33 112 0 131 106 3 533 135 66
Binary 11110111 11011 1001010 0 1011001 1000110 11 101011011 1011101 110110

Color Harmonies of #F71B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71B4A

Black with #F71B4A

Text Example


Text Example

White with #F71B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71B4A; }

 p { color: rgb(247,27,74); }

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

background-color css

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

 a { background-color: rgb(247,27,74); }

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

border-color css

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

 span { border-color: rgb(247,27,74); }

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