Html Css Color HEX #F62556 Amaranth

📋 copy color: '#F62556'

red 246 ◦ green 37 ◦ blue 86

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

Shades of Amaranth #F62556

Tints of Amaranth #F62556

RGB

 RED value IS 246 (96.48% from 255) = 66.67%

 GREEN value IS 37 (14.84% from 255) = 10.03%

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

R = 66.67%
G = 10.03%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F62556 (or 0xF62556) is known color: Amaranth. HEX triplet: F6, 25 and 56. RGB value is (246,37,86). Sum of RGB (Red+Green+Blue) = 246+37+86=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F62556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62556 is #09DAA9. Grayscale: #696969. Windows color (decimal): -645802 or 5645814. OLE color: 5645814.

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

Color convert

RGB 246 37 86 -
CMYK 0 0.85 0.65 0.04
HSL 345.93º 0.92% 0.55% -
HSV(B) 345.93º 0.85% 0.96% -
XYZ 40.35 21.59 10.84 -
YUV 105.08 117.24 228.52 -
System Red Green Blue C M Y K H S L
Decimal 246 37 86 0 0.85 0.65 0.04 345.93 0.92 0.55
Hex F6 25 56 0 55 41 4 15A 5C 37
Octal 366 45 126 0 125 101 4 532 134 67
Binary 11110110 100101 1010110 0 1010101 1000001 100 101011010 1011100 110111

Color Harmonies of #F62556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62556

Black with #F62556

Text Example


Text Example

White with #F62556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62556; }

 p { color: rgb(246,37,86); }

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

background-color css

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

 a { background-color: rgb(246,37,86); }

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

border-color css

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

 span { border-color: rgb(246,37,86); }

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