Html Css Color HEX #F53447 Amaranth

📋 copy color: '#F53447'

red 245 ◦ green 52 ◦ blue 71

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

Shades of Amaranth #F53447

Tints of Amaranth #F53447

RGB

 RED value IS 245 (96.09% from 255) = 66.58%

 GREEN value IS 52 (20.7% from 255) = 14.13%

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 66.58%
G = 14.13%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F53447 (or 0xF53447) is known color: Amaranth. HEX triplet: F5, 34 and 47. RGB value is (245,52,71). Sum of RGB (Red+Green+Blue) = 245+52+71=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F53447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53447 is #0ACBB8. Grayscale: #6F6F6F. Windows color (decimal): -707513 or 4666613. OLE color: 4666613.

HSL color Cylindrical-coordinate representation of color #F53447: hue angle of 354.09º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53447 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 52 71 -
CMYK 0 0.79 0.71 0.04
HSL 354.09º 0.91% 0.58% -
HSV(B) 354.09º 0.79% 0.96% -
XYZ 40.02 22.32 8.16 -
YUV 111.87 104.94 222.96 -
System Red Green Blue C M Y K H S L
Decimal 245 52 71 0 0.79 0.71 0.04 354.09 0.91 0.58
Hex F5 34 47 0 4F 47 4 162 5B 3A
Octal 365 64 107 0 117 107 4 542 133 72
Binary 11110101 110100 1000111 0 1001111 1000111 100 101100010 1011011 111010

Color Harmonies of #F53447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53447

Black with #F53447

Text Example


Text Example

White with #F53447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53447; }

 p { color: rgb(245,52,71); }

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

background-color css

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

 a { background-color: rgb(245,52,71); }

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

border-color css

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

 span { border-color: rgb(245,52,71); }

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