Html Css Color HEX #F53742 Amaranth

📋 copy color: '#F53742'

red 245 ◦ green 55 ◦ blue 66

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

Shades of Amaranth #F53742

Tints of Amaranth #F53742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

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

R = 66.94%
G = 15.03%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F53742 (or 0xF53742) is known color: Amaranth. HEX triplet: F5, 37 and 42. RGB value is (245,55,66). Sum of RGB (Red+Green+Blue) = 245+55+66=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F53742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53742 is #0AC8BD. Grayscale: #717171. Windows color (decimal): -706750 or 4339701. OLE color: 4339701.

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

Color convert

RGB 245 55 66 -
CMYK 0 0.78 0.73 0.04
HSL 356.53º 0.9% 0.59% -
HSV(B) 356.53º 0.78% 0.96% -
XYZ 40.01 22.54 7.4 -
YUV 113.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 245 55 66 0 0.78 0.73 0.04 356.53 0.9 0.59
Hex F5 37 42 0 4E 49 4 165 5A 3B
Octal 365 67 102 0 116 111 4 545 132 73
Binary 11110101 110111 1000010 0 1001110 1001001 100 101100101 1011010 111011

Color Harmonies of #F53742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53742

Black with #F53742

Text Example


Text Example

White with #F53742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53742; }

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

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

background-color css

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

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

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

border-color css

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

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

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