Html Css Color HEX #F52658 Amaranth

📋 copy color: '#F52658'

red 245 ◦ green 38 ◦ blue 88

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

Shades of Amaranth #F52658

Tints of Amaranth #F52658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.24%

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

R = 66.04%
G = 10.24%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F52658 (or 0xF52658) is known color: Amaranth. HEX triplet: F5, 26 and 58. RGB value is (245,38,88). Sum of RGB (Red+Green+Blue) = 245+38+88=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F52658 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52658 is #0AD9A7. Grayscale: #696969. Windows color (decimal): -711080 or 5777141. OLE color: 5777141.

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

Color convert

RGB 245 38 88 -
CMYK 0 0.84 0.64 0.04
HSL 345.51º 0.91% 0.55% -
HSV(B) 345.51º 0.84% 0.96% -
XYZ 40.11 21.5 11.27 -
YUV 105.59 118.08 227.43 -
System Red Green Blue C M Y K H S L
Decimal 245 38 88 0 0.84 0.64 0.04 345.51 0.91 0.55
Hex F5 26 58 0 54 40 4 15A 5B 37
Octal 365 46 130 0 124 100 4 532 133 67
Binary 11110101 100110 1011000 0 1010100 1000000 100 101011010 1011011 110111

Color Harmonies of #F52658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52658

Black with #F52658

Text Example


Text Example

White with #F52658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52658; }

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

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

background-color css

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

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

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

border-color css

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

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

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