Html Css Color HEX #F52356 Amaranth

📋 copy color: '#F52356'

red 245 ◦ green 35 ◦ blue 86

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

Shades of Amaranth #F52356

Tints of Amaranth #F52356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.5%

R = 66.94%
G = 9.56%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F52356 (or 0xF52356) is known color: Amaranth. HEX triplet: F5, 23 and 56. RGB value is (245,35,86). Sum of RGB (Red+Green+Blue) = 245+35+86=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F52356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52356 is #0ADCA9. Grayscale: #676767. Windows color (decimal): -711850 or 5645301. OLE color: 5645301.

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

Color convert

RGB 245 35 86 -
CMYK 0 0.86 0.65 0.04
HSL 345.43º 0.91% 0.55% -
HSV(B) 345.43º 0.86% 0.96% -
XYZ 39.94 21.29 10.81 -
YUV 103.6 118.07 228.85 -
System Red Green Blue C M Y K H S L
Decimal 245 35 86 0 0.86 0.65 0.04 345.43 0.91 0.55
Hex F5 23 56 0 56 41 4 159 5B 37
Octal 365 43 126 0 126 101 4 531 133 67
Binary 11110101 100011 1010110 0 1010110 1000001 100 101011001 1011011 110111

Color Harmonies of #F52356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52356

Black with #F52356

Text Example


Text Example

White with #F52356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52356; }

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

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

background-color css

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

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

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

border-color css

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

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

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