Html Css Color HEX #F52B45 Amaranth

📋 copy color: '#F52B45'

red 245 ◦ green 43 ◦ blue 69

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

Shades of Amaranth #F52B45

Tints of Amaranth #F52B45

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.04%

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

R = 68.63%
G = 12.04%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F52B45 (or 0xF52B45) is known color: Amaranth. HEX triplet: F5, 2B and 45. RGB value is (245,43,69). Sum of RGB (Red+Green+Blue) = 245+43+69=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52B45 is #0AD4BA. Grayscale: #6A6A6A. Windows color (decimal): -709819 or 4533237. OLE color: 4533237.

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

Color convert

RGB 245 43 69 -
CMYK 0 0.82 0.72 0.04
HSL 352.28º 0.91% 0.56% -
HSV(B) 352.28º 0.82% 0.96% -
XYZ 39.59 21.57 7.71 -
YUV 106.36 106.92 226.89 -
System Red Green Blue C M Y K H S L
Decimal 245 43 69 0 0.82 0.72 0.04 352.28 0.91 0.56
Hex F5 2B 45 0 52 48 4 160 5B 38
Octal 365 53 105 0 122 110 4 540 133 70
Binary 11110101 101011 1000101 0 1010010 1001000 100 101100000 1011011 111000

Color Harmonies of #F52B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52B45

Black with #F52B45

Text Example


Text Example

White with #F52B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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