Html Css Color HEX #F53442 Amaranth

📋 copy color: '#F53442'

red 245 ◦ green 52 ◦ blue 66

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

Shades of Amaranth #F53442

Tints of Amaranth #F53442

RGB

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

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

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

R = 67.49%
G = 14.33%
B = 18.18%

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

#F53442 (or 0xF53442) is known color: Amaranth. HEX triplet: F5, 34 and 42. RGB value is (245,52,66). Sum of RGB (Red+Green+Blue) = 245+52+66=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F53442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53442 is #0ACBBD. Grayscale: #6F6F6F. Windows color (decimal): -707518 or 4338933. OLE color: 4338933.

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

Color convert

RGB 245 52 66 -
CMYK 0 0.79 0.73 0.04
HSL 355.65º 0.91% 0.58% -
HSV(B) 355.65º 0.79% 0.96% -
XYZ 39.87 22.26 7.35 -
YUV 111.3 102.44 223.36 -
System Red Green Blue C M Y K H S L
Decimal 245 52 66 0 0.79 0.73 0.04 355.65 0.91 0.58
Hex F5 34 42 0 4F 49 4 164 5B 3A
Octal 365 64 102 0 117 111 4 544 133 72
Binary 11110101 110100 1000010 0 1001111 1001001 100 101100100 1011011 111010

Color Harmonies of #F53442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53442

Black with #F53442

Text Example


Text Example

White with #F53442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53442; }

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

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

background-color css

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

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

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

border-color css

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

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

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