Html Css Color HEX #F72355 Amaranth

📋 copy color: '#F72355'

red 247 ◦ green 35 ◦ blue 85

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

Shades of Amaranth #F72355

Tints of Amaranth #F72355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.54%

 BLUE value IS 85 (33.59% from 255) = 23.16%

R = 67.3%
G = 9.54%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F72355 (or 0xF72355) is known color: Amaranth. HEX triplet: F7, 23 and 55. RGB value is (247,35,85). Sum of RGB (Red+Green+Blue) = 247+35+85=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F72355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72355 is #08DCAA. Grayscale: #686868. Windows color (decimal): -580779 or 5579767. OLE color: 5579767.

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

Color convert

RGB 247 35 85 -
CMYK 0 0.86 0.66 0.03
HSL 345.85º 0.93% 0.55% -
HSV(B) 345.85º 0.86% 0.97% -
XYZ 40.6 21.63 10.63 -
YUV 104.09 117.24 229.93 -
System Red Green Blue C M Y K H S L
Decimal 247 35 85 0 0.86 0.66 0.03 345.85 0.93 0.55
Hex F7 23 55 0 56 42 3 15A 5D 37
Octal 367 43 125 0 126 102 3 532 135 67
Binary 11110111 100011 1010101 0 1010110 1000010 11 101011010 1011101 110111

Color Harmonies of #F72355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72355

Black with #F72355

Text Example


Text Example

White with #F72355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72355; }

 p { color: rgb(247,35,85); }

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

background-color css

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

 a { background-color: rgb(247,35,85); }

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

border-color css

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

 span { border-color: rgb(247,35,85); }

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