Html Css Color HEX #F53142 Amaranth

📋 copy color: '#F53142'

red 245 ◦ green 49 ◦ blue 66

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

Shades of Amaranth #F53142

Tints of Amaranth #F53142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 68.06%
G = 13.61%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F53142 (or 0xF53142) is known color: Amaranth. HEX triplet: F5, 31 and 42. RGB value is (245,49,66). Sum of RGB (Red+Green+Blue) = 245+49+66=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F53142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53142 is #0ACEBD. Grayscale: #6D6D6D. Windows color (decimal): -708286 or 4338165. OLE color: 4338165.

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

Color convert

RGB 245 49 66 -
CMYK 0 0.8 0.73 0.04
HSL 354.8º 0.91% 0.58% -
HSV(B) 354.8º 0.8% 0.96% -
XYZ 39.74 22 7.31 -
YUV 109.54 103.43 224.62 -
System Red Green Blue C M Y K H S L
Decimal 245 49 66 0 0.8 0.73 0.04 354.8 0.91 0.58
Hex F5 31 42 0 50 49 4 163 5B 3A
Octal 365 61 102 0 120 111 4 543 133 72
Binary 11110101 110001 1000010 0 1010000 1001001 100 101100011 1011011 111010

Color Harmonies of #F53142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53142

Black with #F53142

Text Example


Text Example

White with #F53142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53142; }

 p { color: rgb(245,49,66); }

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

background-color css

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

 a { background-color: rgb(245,49,66); }

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

border-color css

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

 span { border-color: rgb(245,49,66); }

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