Html Css Color HEX #F72F44 Amaranth

📋 copy color: '#F72F44'

red 247 ◦ green 47 ◦ blue 68

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

Shades of Amaranth #F72F44

Tints of Amaranth #F72F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.98%

 BLUE value IS 68 (26.95% from 255) = 18.78%

R = 68.23%
G = 12.98%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F72F44 (or 0xF72F44) is known color: Amaranth. HEX triplet: F7, 2F and 44. RGB value is (247,47,68). Sum of RGB (Red+Green+Blue) = 247+47+68=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72F44 is #08D0BB. Grayscale: #6D6D6D. Windows color (decimal): -577724 or 4468727. OLE color: 4468727.

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

Color convert

RGB 247 47 68 -
CMYK 0 0.81 0.72 0.03
HSL 353.7º 0.93% 0.58% -
HSV(B) 353.7º 0.81% 0.97% -
XYZ 40.42 22.22 7.63 -
YUV 109.19 104.76 226.29 -
System Red Green Blue C M Y K H S L
Decimal 247 47 68 0 0.81 0.72 0.03 353.7 0.93 0.58
Hex F7 2F 44 0 51 48 3 162 5D 3A
Octal 367 57 104 0 121 110 3 542 135 72
Binary 11110111 101111 1000100 0 1010001 1001000 11 101100010 1011101 111010

Color Harmonies of #F72F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72F44

Black with #F72F44

Text Example


Text Example

White with #F72F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72F44; }

 p { color: rgb(247,47,68); }

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

background-color css

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

 a { background-color: rgb(247,47,68); }

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

border-color css

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

 span { border-color: rgb(247,47,68); }

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