Html Css Color HEX #F52259 Amaranth

📋 copy color: '#F52259'

red 245 ◦ green 34 ◦ blue 89

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

Shades of Amaranth #F52259

Tints of Amaranth #F52259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.24%

 BLUE value IS 89 (35.16% from 255) = 24.18%

R = 66.58%
G = 9.24%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F52259 (or 0xF52259) is known color: Amaranth. HEX triplet: F5, 22 and 59. RGB value is (245,34,89). Sum of RGB (Red+Green+Blue) = 245+34+89=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F52259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52259 is #0ADDA6. Grayscale: #676767. Windows color (decimal): -712103 or 5841653. OLE color: 5841653.

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

Color convert

RGB 245 34 89 -
CMYK 0 0.86 0.64 0.04
HSL 344.36º 0.91% 0.55% -
HSV(B) 344.36º 0.86% 0.96% -
XYZ 40.03 21.28 11.45 -
YUV 103.36 119.9 229.03 -
System Red Green Blue C M Y K H S L
Decimal 245 34 89 0 0.86 0.64 0.04 344.36 0.91 0.55
Hex F5 22 59 0 56 40 4 158 5B 37
Octal 365 42 131 0 126 100 4 530 133 67
Binary 11110101 100010 1011001 0 1010110 1000000 100 101011000 1011011 110111

Color Harmonies of #F52259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52259

Black with #F52259

Text Example


Text Example

White with #F52259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52259; }

 p { color: rgb(245,34,89); }

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

background-color css

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

 a { background-color: rgb(245,34,89); }

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

border-color css

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

 span { border-color: rgb(245,34,89); }

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