Html Css Color HEX #F5334C Amaranth

📋 copy color: '#F5334C'

red 245 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #F5334C

Tints of Amaranth #F5334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.71%

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 65.86%
G = 13.71%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5334C (or 0xF5334C) is known color: Amaranth. HEX triplet: F5, 33 and 4C. RGB value is (245,51,76). Sum of RGB (Red+Green+Blue) = 245+51+76=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5334C is #0ACCB3. Grayscale: #6F6F6F. Windows color (decimal): -707764 or 4994037. OLE color: 4994037.

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

Color convert

RGB 245 51 76 -
CMYK 0 0.79 0.69 0.04
HSL 352.27º 0.91% 0.58% -
HSV(B) 352.27º 0.79% 0.96% -
XYZ 40.14 22.3 9.03 -
YUV 111.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 245 51 76 0 0.79 0.69 0.04 352.27 0.91 0.58
Hex F5 33 4C 0 4F 45 4 160 5B 3A
Octal 365 63 114 0 117 105 4 540 133 72
Binary 11110101 110011 1001100 0 1001111 1000101 100 101100000 1011011 111010

Color Harmonies of #F5334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5334C

Black with #F5334C

Text Example


Text Example

White with #F5334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5334C; }

 p { color: rgb(245,51,76); }

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

background-color css

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

 a { background-color: rgb(245,51,76); }

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

border-color css

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

 span { border-color: rgb(245,51,76); }

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