Html Css Color HEX #F72950 Amaranth

📋 copy color: '#F72950'

red 247 ◦ green 41 ◦ blue 80

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

Shades of Amaranth #F72950

Tints of Amaranth #F72950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 67.12%
G = 11.14%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F72950 (or 0xF72950) is known color: Amaranth. HEX triplet: F7, 29 and 50. RGB value is (247,41,80). Sum of RGB (Red+Green+Blue) = 247+41+80=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F72950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72950 is #08D6AF. Grayscale: #6B6B6B. Windows color (decimal): -579248 or 5253623. OLE color: 5253623.

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

Color convert

RGB 247 41 80 -
CMYK 0 0.83 0.68 0.03
HSL 348.64º 0.93% 0.56% -
HSV(B) 348.64º 0.83% 0.97% -
XYZ 40.6 21.94 9.68 -
YUV 107.04 112.75 227.83 -
System Red Green Blue C M Y K H S L
Decimal 247 41 80 0 0.83 0.68 0.03 348.64 0.93 0.56
Hex F7 29 50 0 53 44 3 15D 5D 38
Octal 367 51 120 0 123 104 3 535 135 70
Binary 11110111 101001 1010000 0 1010011 1000100 11 101011101 1011101 111000

Color Harmonies of #F72950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72950

Black with #F72950

Text Example


Text Example

White with #F72950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72950; }

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

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

background-color css

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

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

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

border-color css

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

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

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