Html Css Color HEX #F52046 Amaranth

📋 copy color: '#F52046'

red 245 ◦ green 32 ◦ blue 70

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

Shades of Amaranth #F52046

Tints of Amaranth #F52046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 70.61%
G = 9.22%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F52046 (or 0xF52046) is known color: Amaranth. HEX triplet: F5, 20 and 46. RGB value is (245,32,70). Sum of RGB (Red+Green+Blue) = 245+32+70=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F52046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52046 is #0ADFB9. Grayscale: #646464. Windows color (decimal): -712634 or 4595957. OLE color: 4595957.

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

Color convert

RGB 245 32 70 -
CMYK 0 0.87 0.71 0.04
HSL 349.3º 0.91% 0.54% -
HSV(B) 349.3º 0.87% 0.96% -
XYZ 39.28 20.89 7.76 -
YUV 100.02 111.07 231.41 -
System Red Green Blue C M Y K H S L
Decimal 245 32 70 0 0.87 0.71 0.04 349.3 0.91 0.54
Hex F5 20 46 0 57 47 4 15D 5B 36
Octal 365 40 106 0 127 107 4 535 133 66
Binary 11110101 100000 1000110 0 1010111 1000111 100 101011101 1011011 110110

Color Harmonies of #F52046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52046

Black with #F52046

Text Example


Text Example

White with #F52046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52046; }

 p { color: rgb(245,32,70); }

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

background-color css

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

 a { background-color: rgb(245,32,70); }

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

border-color css

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

 span { border-color: rgb(245,32,70); }

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