Html Css Color HEX #F52446 Amaranth

📋 copy color: '#F52446'

red 245 ◦ green 36 ◦ blue 70

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

Shades of Amaranth #F52446

Tints of Amaranth #F52446

RGB

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

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

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

R = 69.8%
G = 10.26%
B = 19.94%

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

#F52446 (or 0xF52446) is known color: Amaranth. HEX triplet: F5, 24 and 46. RGB value is (245,36,70). Sum of RGB (Red+Green+Blue) = 245+36+70=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F52446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52446 is #0ADBB9. Grayscale: #666666. Windows color (decimal): -711610 or 4596981. OLE color: 4596981.

HSL color Cylindrical-coordinate representation of color #F52446: hue angle of 350.24º 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 #F52446 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 36 70 -
CMYK 0 0.85 0.71 0.04
HSL 350.24º 0.91% 0.55% -
HSV(B) 350.24º 0.85% 0.96% -
XYZ 39.39 21.12 7.79 -
YUV 102.37 109.74 229.74 -
System Red Green Blue C M Y K H S L
Decimal 245 36 70 0 0.85 0.71 0.04 350.24 0.91 0.55
Hex F5 24 46 0 55 47 4 15E 5B 37
Octal 365 44 106 0 125 107 4 536 133 67
Binary 11110101 100100 1000110 0 1010101 1000111 100 101011110 1011011 110111

Color Harmonies of #F52446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52446

Black with #F52446

Text Example


Text Example

White with #F52446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52446; }

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

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

background-color css

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

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

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

border-color css

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

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

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