Html Css Color HEX #F5394B Amaranth

📋 copy color: '#F5394B'

red 245 ◦ green 57 ◦ blue 75

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

Shades of Amaranth #F5394B

Tints of Amaranth #F5394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.12%

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 64.99%
G = 15.12%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5394B (or 0xF5394B) is known color: Amaranth. HEX triplet: F5, 39 and 4B. RGB value is (245,57,75). Sum of RGB (Red+Green+Blue) = 245+57+75=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5394B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5394B is #0AC6B4. Grayscale: #737373. Windows color (decimal): -706229 or 4930037. OLE color: 4930037.

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

Color convert

RGB 245 57 75 -
CMYK 0 0.77 0.69 0.04
HSL 354.26º 0.9% 0.59% -
HSV(B) 354.26º 0.77% 0.96% -
XYZ 40.39 22.85 8.94 -
YUV 115.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 245 57 75 0 0.77 0.69 0.04 354.26 0.9 0.59
Hex F5 39 4B 0 4D 45 4 162 5A 3B
Octal 365 71 113 0 115 105 4 542 132 73
Binary 11110101 111001 1001011 0 1001101 1000101 100 101100010 1011010 111011

Color Harmonies of #F5394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5394B

Black with #F5394B

Text Example


Text Example

White with #F5394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5394B; }

 p { color: rgb(245,57,75); }

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

background-color css

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

 a { background-color: rgb(245,57,75); }

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

border-color css

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

 span { border-color: rgb(245,57,75); }

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