Html Css Color HEX #F72853 Amaranth

📋 copy color: '#F72853'

red 247 ◦ green 40 ◦ blue 83

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

Shades of Amaranth #F72853

Tints of Amaranth #F72853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.81%

 BLUE value IS 83 (32.81% from 255) = 22.43%

R = 66.76%
G = 10.81%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F72853 (or 0xF72853) is known color: Amaranth. HEX triplet: F7, 28 and 53. RGB value is (247,40,83). Sum of RGB (Red+Green+Blue) = 247+40+83=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F72853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72853 is #08D7AC. Grayscale: #6A6A6A. Windows color (decimal): -579501 or 5449975. OLE color: 5449975.

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

Color convert

RGB 247 40 83 -
CMYK 0 0.84 0.66 0.03
HSL 347.54º 0.93% 0.56% -
HSV(B) 347.54º 0.84% 0.97% -
XYZ 40.68 21.92 10.27 -
YUV 106.8 114.58 228 -
System Red Green Blue C M Y K H S L
Decimal 247 40 83 0 0.84 0.66 0.03 347.54 0.93 0.56
Hex F7 28 53 0 54 42 3 15C 5D 38
Octal 367 50 123 0 124 102 3 534 135 70
Binary 11110111 101000 1010011 0 1010100 1000010 11 101011100 1011101 111000

Color Harmonies of #F72853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72853

Black with #F72853

Text Example


Text Example

White with #F72853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72853; }

 p { color: rgb(247,40,83); }

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

background-color css

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

 a { background-color: rgb(247,40,83); }

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

border-color css

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

 span { border-color: rgb(247,40,83); }

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