Html Css Color HEX #F72952 Amaranth

📋 copy color: '#F72952'

red 247 ◦ green 41 ◦ blue 82

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

Shades of Amaranth #F72952

Tints of Amaranth #F72952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.08%

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 66.76%
G = 11.08%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F72952 (or 0xF72952) is known color: Amaranth. HEX triplet: F7, 29 and 52. RGB value is (247,41,82). Sum of RGB (Red+Green+Blue) = 247+41+82=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F72952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72952 is #08D6AD. Grayscale: #6B6B6B. Windows color (decimal): -579246 or 5384695. OLE color: 5384695.

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

Color convert

RGB 247 41 82 -
CMYK 0 0.83 0.67 0.03
HSL 348.06º 0.93% 0.56% -
HSV(B) 348.06º 0.83% 0.97% -
XYZ 40.67 21.97 10.08 -
YUV 107.27 113.75 227.67 -
System Red Green Blue C M Y K H S L
Decimal 247 41 82 0 0.83 0.67 0.03 348.06 0.93 0.56
Hex F7 29 52 0 53 43 3 15C 5D 38
Octal 367 51 122 0 123 103 3 534 135 70
Binary 11110111 101001 1010010 0 1010011 1000011 11 101011100 1011101 111000

Color Harmonies of #F72952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72952

Black with #F72952

Text Example


Text Example

White with #F72952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72952; }

 p { color: rgb(247,41,82); }

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

background-color css

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

 a { background-color: rgb(247,41,82); }

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

border-color css

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

 span { border-color: rgb(247,41,82); }

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