Html Css Color HEX #F53B44 Amaranth

📋 copy color: '#F53B44'

red 245 ◦ green 59 ◦ blue 68

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

Shades of Amaranth #F53B44

Tints of Amaranth #F53B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 65.86%
G = 15.86%
B = 18.28%

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

#F53B44 (or 0xF53B44) is known color: Amaranth. HEX triplet: F5, 3B and 44. RGB value is (245,59,68). Sum of RGB (Red+Green+Blue) = 245+59+68=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53B44 is #0AC4BB. Grayscale: #737373. Windows color (decimal): -705724 or 4471797. OLE color: 4471797.

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

Color convert

RGB 245 59 68 -
CMYK 0 0.76 0.72 0.04
HSL 357.1º 0.9% 0.6% -
HSV(B) 357.1º 0.76% 0.96% -
XYZ 40.26 22.96 7.78 -
YUV 115.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 245 59 68 0 0.76 0.72 0.04 357.1 0.9 0.6
Hex F5 3B 44 0 4C 48 4 165 5A 3C
Octal 365 73 104 0 114 110 4 545 132 74
Binary 11110101 111011 1000100 0 1001100 1001000 100 101100101 1011010 111100

Color Harmonies of #F53B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53B44

Black with #F53B44

Text Example


Text Example

White with #F53B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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