Html Css Color HEX #F54142 Amaranth

📋 copy color: '#F54142'

red 245 ◦ green 65 ◦ blue 66

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

Shades of Amaranth #F54142

Tints of Amaranth #F54142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

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

R = 65.16%
G = 17.29%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F54142 (or 0xF54142) is known color: Amaranth. HEX triplet: F5, 41 and 42. RGB value is (245,65,66). Sum of RGB (Red+Green+Blue) = 245+65+66=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F54142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54142 is #0ABEBD. Grayscale: #777777. Windows color (decimal): -704190 or 4342261. OLE color: 4342261.

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

Color convert

RGB 245 65 66 -
CMYK 0 0.73 0.73 0.04
HSL 359.67º 0.9% 0.61% -
HSV(B) 359.67º 0.73% 0.96% -
XYZ 40.53 23.59 7.57 -
YUV 118.93 98.13 217.92 -
System Red Green Blue C M Y K H S L
Decimal 245 65 66 0 0.73 0.73 0.04 359.67 0.9 0.61
Hex F5 41 42 0 49 49 4 168 5A 3D
Octal 365 101 102 0 111 111 4 550 132 75
Binary 11110101 1000001 1000010 0 1001001 1001001 100 101101000 1011010 111101

Color Harmonies of #F54142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54142

Black with #F54142

Text Example


Text Example

White with #F54142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54142; }

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

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

background-color css

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

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

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

border-color css

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

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

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