Html Css Color HEX #F5294F Amaranth

📋 copy color: '#F5294F'

red 245 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #F5294F

Tints of Amaranth #F5294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.23%

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 67.12%
G = 11.23%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5294F (or 0xF5294F) is known color: Amaranth. HEX triplet: F5, 29 and 4F. RGB value is (245,41,79). Sum of RGB (Red+Green+Blue) = 245+41+79=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F5294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5294F is #0AD6B0. Grayscale: #6A6A6A. Windows color (decimal): -710321 or 5188085. OLE color: 5188085.

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

Color convert

RGB 245 41 79 -
CMYK 0 0.83 0.68 0.04
HSL 348.82º 0.91% 0.56% -
HSV(B) 348.82º 0.83% 0.96% -
XYZ 39.86 21.56 9.46 -
YUV 106.33 112.59 226.91 -
System Red Green Blue C M Y K H S L
Decimal 245 41 79 0 0.83 0.68 0.04 348.82 0.91 0.56
Hex F5 29 4F 0 53 44 4 15D 5B 38
Octal 365 51 117 0 123 104 4 535 133 70
Binary 11110101 101001 1001111 0 1010011 1000100 100 101011101 1011011 111000

Color Harmonies of #F5294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5294F

Black with #F5294F

Text Example


Text Example

White with #F5294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5294F; }

 p { color: rgb(245,41,79); }

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

background-color css

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

 a { background-color: rgb(245,41,79); }

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

border-color css

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

 span { border-color: rgb(245,41,79); }

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