Html Css Color HEX #F53443 Amaranth

📋 copy color: '#F53443'

red 245 ◦ green 52 ◦ blue 67

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

Shades of Amaranth #F53443

Tints of Amaranth #F53443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.29%

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 67.31%
G = 14.29%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F53443 (or 0xF53443) is known color: Amaranth. HEX triplet: F5, 34 and 43. RGB value is (245,52,67). Sum of RGB (Red+Green+Blue) = 245+52+67=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F53443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53443 is #0ACBBC. Grayscale: #6F6F6F. Windows color (decimal): -707517 or 4404469. OLE color: 4404469.

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

Color convert

RGB 245 52 67 -
CMYK 0 0.79 0.73 0.04
HSL 355.34º 0.91% 0.58% -
HSV(B) 355.34º 0.79% 0.96% -
XYZ 39.9 22.27 7.51 -
YUV 111.42 102.94 223.28 -
System Red Green Blue C M Y K H S L
Decimal 245 52 67 0 0.79 0.73 0.04 355.34 0.91 0.58
Hex F5 34 43 0 4F 49 4 163 5B 3A
Octal 365 64 103 0 117 111 4 543 133 72
Binary 11110101 110100 1000011 0 1001111 1001001 100 101100011 1011011 111010

Color Harmonies of #F53443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53443

Black with #F53443

Text Example


Text Example

White with #F53443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53443; }

 p { color: rgb(245,52,67); }

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

background-color css

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

 a { background-color: rgb(245,52,67); }

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

border-color css

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

 span { border-color: rgb(245,52,67); }

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