Html Css Color HEX #F53B45 Amaranth

📋 copy color: '#F53B45'

red 245 ◦ green 59 ◦ blue 69

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

Shades of Amaranth #F53B45

Tints of Amaranth #F53B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.82%

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

R = 65.68%
G = 15.82%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F53B45 (or 0xF53B45) is known color: Amaranth. HEX triplet: F5, 3B and 45. RGB value is (245,59,69). Sum of RGB (Red+Green+Blue) = 245+59+69=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53B45 is #0AC4BA. Grayscale: #737373. Windows color (decimal): -705723 or 4537333. OLE color: 4537333.

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

Color convert

RGB 245 59 69 -
CMYK 0 0.76 0.72 0.04
HSL 356.77º 0.9% 0.6% -
HSV(B) 356.77º 0.76% 0.96% -
XYZ 40.29 22.97 7.94 -
YUV 115.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 245 59 69 0 0.76 0.72 0.04 356.77 0.9 0.6
Hex F5 3B 45 0 4C 48 4 165 5A 3C
Octal 365 73 105 0 114 110 4 545 132 74
Binary 11110101 111011 1000101 0 1001100 1001000 100 101100101 1011010 111100

Color Harmonies of #F53B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53B45

Black with #F53B45

Text Example


Text Example

White with #F53B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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