Html Css Color HEX #F52358 Amaranth

📋 copy color: '#F52358'

red 245 ◦ green 35 ◦ blue 88

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

Shades of Amaranth #F52358

Tints of Amaranth #F52358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

 BLUE value IS 88 (34.77% from 255) = 23.91%

R = 66.58%
G = 9.51%
B = 23.91%

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

#F52358 (or 0xF52358) is known color: Amaranth. HEX triplet: F5, 23 and 58. RGB value is (245,35,88). Sum of RGB (Red+Green+Blue) = 245+35+88=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F52358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52358 is #0ADCA7. Grayscale: #676767. Windows color (decimal): -711848 or 5776373. OLE color: 5776373.

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

Color convert

RGB 245 35 88 -
CMYK 0 0.86 0.64 0.04
HSL 344.86º 0.91% 0.55% -
HSV(B) 344.86º 0.86% 0.96% -
XYZ 40.02 21.32 11.24 -
YUV 103.83 119.07 228.69 -
System Red Green Blue C M Y K H S L
Decimal 245 35 88 0 0.86 0.64 0.04 344.86 0.91 0.55
Hex F5 23 58 0 56 40 4 159 5B 37
Octal 365 43 130 0 126 100 4 531 133 67
Binary 11110101 100011 1011000 0 1010110 1000000 100 101011001 1011011 110111

Color Harmonies of #F52358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52358

Black with #F52358

Text Example


Text Example

White with #F52358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52358; }

 p { color: rgb(245,35,88); }

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

background-color css

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

 a { background-color: rgb(245,35,88); }

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

border-color css

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

 span { border-color: rgb(245,35,88); }

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