Html Css Color HEX #F72255 Amaranth

📋 copy color: '#F72255'

red 247 ◦ green 34 ◦ blue 85

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

Shades of Amaranth #F72255

Tints of Amaranth #F72255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.29%

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

R = 67.49%
G = 9.29%
B = 23.22%

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

#F72255 (or 0xF72255) is known color: Amaranth. HEX triplet: F7, 22 and 55. RGB value is (247,34,85). Sum of RGB (Red+Green+Blue) = 247+34+85=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F72255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72255 is #08DDAA. Grayscale: #676767. Windows color (decimal): -581035 or 5579511. OLE color: 5579511.

HSL color Cylindrical-coordinate representation of color #F72255: hue angle of 345.63º 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 #F72255 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 34 85 -
CMYK 0 0.86 0.66 0.03
HSL 345.63º 0.93% 0.55% -
HSV(B) 345.63º 0.86% 0.97% -
XYZ 40.57 21.57 10.62 -
YUV 103.5 117.57 230.35 -
System Red Green Blue C M Y K H S L
Decimal 247 34 85 0 0.86 0.66 0.03 345.63 0.93 0.55
Hex F7 22 55 0 56 42 3 15A 5D 37
Octal 367 42 125 0 126 102 3 532 135 67
Binary 11110111 100010 1010101 0 1010110 1000010 11 101011010 1011101 110111

Color Harmonies of #F72255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72255

Black with #F72255

Text Example


Text Example

White with #F72255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72255; }

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

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

background-color css

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

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

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

border-color css

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

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

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