Html Css Color HEX #F52E45 Amaranth

📋 copy color: '#F52E45'

red 245 ◦ green 46 ◦ blue 69

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

Shades of Amaranth #F52E45

Tints of Amaranth #F52E45

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.78%

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 68.06%
G = 12.78%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F52E45 (or 0xF52E45) is known color: Amaranth. HEX triplet: F5, 2E and 45. RGB value is (245,46,69). Sum of RGB (Red+Green+Blue) = 245+46+69=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F52E45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52E45 is #0AD1BA. Grayscale: #6C6C6C. Windows color (decimal): -709051 or 4534005. OLE color: 4534005.

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

Color convert

RGB 245 46 69 -
CMYK 0 0.81 0.72 0.04
HSL 353.07º 0.91% 0.57% -
HSV(B) 353.07º 0.81% 0.96% -
XYZ 39.71 21.8 7.74 -
YUV 108.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 245 46 69 0 0.81 0.72 0.04 353.07 0.91 0.57
Hex F5 2E 45 0 51 48 4 161 5B 39
Octal 365 56 105 0 121 110 4 541 133 71
Binary 11110101 101110 1000101 0 1010001 1001000 100 101100001 1011011 111001

Color Harmonies of #F52E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52E45

Black with #F52E45

Text Example


Text Example

White with #F52E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52E45; }

 p { color: rgb(245,46,69); }

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

background-color css

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

 a { background-color: rgb(245,46,69); }

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

border-color css

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

 span { border-color: rgb(245,46,69); }

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