Html Css Color HEX #F72353 Amaranth

📋 copy color: '#F72353'

red 247 ◦ green 35 ◦ blue 83

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

Shades of Amaranth #F72353

Tints of Amaranth #F72353

RGB

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

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

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

R = 67.67%
G = 9.59%
B = 22.74%

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

#F72353 (or 0xF72353) is known color: Amaranth. HEX triplet: F7, 23 and 53. RGB value is (247,35,83). Sum of RGB (Red+Green+Blue) = 247+35+83=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F72353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72353 is #08DCAC. Grayscale: #676767. Windows color (decimal): -580781 or 5448695. OLE color: 5448695.

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

Color convert

RGB 247 35 83 -
CMYK 0 0.86 0.66 0.03
HSL 346.42º 0.93% 0.55% -
HSV(B) 346.42º 0.86% 0.97% -
XYZ 40.52 21.6 10.22 -
YUV 103.86 116.24 230.1 -
System Red Green Blue C M Y K H S L
Decimal 247 35 83 0 0.86 0.66 0.03 346.42 0.93 0.55
Hex F7 23 53 0 56 42 3 15A 5D 37
Octal 367 43 123 0 126 102 3 532 135 67
Binary 11110111 100011 1010011 0 1010110 1000010 11 101011010 1011101 110111

Color Harmonies of #F72353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72353

Black with #F72353

Text Example


Text Example

White with #F72353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72353; }

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

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

background-color css

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

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

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

border-color css

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

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

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