Html Css Color HEX #F5205C Amaranth

📋 copy color: '#F5205C'

red 245 ◦ green 32 ◦ blue 92

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

Shades of Amaranth #F5205C

Tints of Amaranth #F5205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.67%

 BLUE value IS 92 (36.33% from 255) = 24.93%

R = 66.4%
G = 8.67%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5205C (or 0xF5205C) is known color: Amaranth. HEX triplet: F5, 20 and 5C. RGB value is (245,32,92). Sum of RGB (Red+Green+Blue) = 245+32+92=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5205C is #0ADFA3. Grayscale: #666666. Windows color (decimal): -712612 or 6037749. OLE color: 6037749.

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

Color convert

RGB 245 32 92 -
CMYK 0 0.87 0.62 0.04
HSL 343.1º 0.91% 0.54% -
HSV(B) 343.1º 0.87% 0.96% -
XYZ 40.1 21.22 12.11 -
YUV 102.53 122.07 229.62 -
System Red Green Blue C M Y K H S L
Decimal 245 32 92 0 0.87 0.62 0.04 343.1 0.91 0.54
Hex F5 20 5C 0 57 3E 4 157 5B 36
Octal 365 40 134 0 127 76 4 527 133 66
Binary 11110101 100000 1011100 0 1010111 111110 100 101010111 1011011 110110

Color Harmonies of #F5205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5205C

Black with #F5205C

Text Example


Text Example

White with #F5205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5205C; }

 p { color: rgb(245,32,92); }

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

background-color css

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

 a { background-color: rgb(245,32,92); }

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

border-color css

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

 span { border-color: rgb(245,32,92); }

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