Html Css Color HEX #F72452 Amaranth

📋 copy color: '#F72452'

red 247 ◦ green 36 ◦ blue 82

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

Shades of Amaranth #F72452

Tints of Amaranth #F72452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.86%

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

R = 67.67%
G = 9.86%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F72452 (or 0xF72452) is known color: Amaranth. HEX triplet: F7, 24 and 52. RGB value is (247,36,82). Sum of RGB (Red+Green+Blue) = 247+36+82=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F72452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72452 is #08DBAD. Grayscale: #686868. Windows color (decimal): -580526 or 5383415. OLE color: 5383415.

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

Color convert

RGB 247 36 82 -
CMYK 0 0.85 0.67 0.03
HSL 346.92º 0.93% 0.55% -
HSV(B) 346.92º 0.85% 0.97% -
XYZ 40.51 21.65 10.03 -
YUV 104.33 115.4 229.76 -
System Red Green Blue C M Y K H S L
Decimal 247 36 82 0 0.85 0.67 0.03 346.92 0.93 0.55
Hex F7 24 52 0 55 43 3 15B 5D 37
Octal 367 44 122 0 125 103 3 533 135 67
Binary 11110111 100100 1010010 0 1010101 1000011 11 101011011 1011101 110111

Color Harmonies of #F72452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72452

Black with #F72452

Text Example


Text Example

White with #F72452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72452; }

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

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

background-color css

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

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

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

border-color css

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

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

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