Html Css Color HEX #F62655 Amaranth

📋 copy color: '#F62655'

red 246 ◦ green 38 ◦ blue 85

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

Shades of Amaranth #F62655

Tints of Amaranth #F62655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 66.67%
G = 10.3%
B = 23.04%

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

#F62655 (or 0xF62655) is known color: Amaranth. HEX triplet: F6, 26 and 55. RGB value is (246,38,85). Sum of RGB (Red+Green+Blue) = 246+38+85=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F62655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62655 is #09D9AA. Grayscale: #696969. Windows color (decimal): -645547 or 5580534. OLE color: 5580534.

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

Color convert

RGB 246 38 85 -
CMYK 0 0.85 0.65 0.04
HSL 346.44º 0.92% 0.56% -
HSV(B) 346.44º 0.85% 0.96% -
XYZ 40.34 21.63 10.64 -
YUV 105.55 116.41 228.18 -
System Red Green Blue C M Y K H S L
Decimal 246 38 85 0 0.85 0.65 0.04 346.44 0.92 0.56
Hex F6 26 55 0 55 41 4 15A 5C 38
Octal 366 46 125 0 125 101 4 532 134 70
Binary 11110110 100110 1010101 0 1010101 1000001 100 101011010 1011100 111000

Color Harmonies of #F62655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62655

Black with #F62655

Text Example


Text Example

White with #F62655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62655; }

 p { color: rgb(246,38,85); }

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

background-color css

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

 a { background-color: rgb(246,38,85); }

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

border-color css

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

 span { border-color: rgb(246,38,85); }

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