Html Css Color HEX #F52447 Amaranth

📋 copy color: '#F52447'

red 245 ◦ green 36 ◦ blue 71

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

Shades of Amaranth #F52447

Tints of Amaranth #F52447

RGB

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

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

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

R = 69.6%
G = 10.23%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F52447 (or 0xF52447) is known color: Amaranth. HEX triplet: F5, 24 and 47. RGB value is (245,36,71). Sum of RGB (Red+Green+Blue) = 245+36+71=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F52447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52447 is #0ADBB8. Grayscale: #666666. Windows color (decimal): -711609 or 4662517. OLE color: 4662517.

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

Color convert

RGB 245 36 71 -
CMYK 0 0.85 0.71 0.04
HSL 349.95º 0.91% 0.55% -
HSV(B) 349.95º 0.85% 0.96% -
XYZ 39.42 21.13 7.96 -
YUV 102.48 110.24 229.65 -
System Red Green Blue C M Y K H S L
Decimal 245 36 71 0 0.85 0.71 0.04 349.95 0.91 0.55
Hex F5 24 47 0 55 47 4 15E 5B 37
Octal 365 44 107 0 125 107 4 536 133 67
Binary 11110101 100100 1000111 0 1010101 1000111 100 101011110 1011011 110111

Color Harmonies of #F52447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52447

Black with #F52447

Text Example


Text Example

White with #F52447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52447; }

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

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

background-color css

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

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

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

border-color css

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

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

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