Html Css Color HEX #F62751 Amaranth

📋 copy color: '#F62751'

red 246 ◦ green 39 ◦ blue 81

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

Shades of Amaranth #F62751

Tints of Amaranth #F62751

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.66%

 BLUE value IS 81 (32.03% from 255) = 22.13%

R = 67.21%
G = 10.66%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F62751 (or 0xF62751) is known color: Amaranth. HEX triplet: F6, 27 and 51. RGB value is (246,39,81). Sum of RGB (Red+Green+Blue) = 246+39+81=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F62751 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62751 is #09D8AE. Grayscale: #696969. Windows color (decimal): -645295 or 5318646. OLE color: 5318646.

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

Color convert

RGB 246 39 81 -
CMYK 0 0.84 0.67 0.04
HSL 347.83º 0.92% 0.56% -
HSV(B) 347.83º 0.84% 0.96% -
XYZ 40.22 21.64 9.84 -
YUV 105.68 114.08 228.08 -
System Red Green Blue C M Y K H S L
Decimal 246 39 81 0 0.84 0.67 0.04 347.83 0.92 0.56
Hex F6 27 51 0 54 43 4 15C 5C 38
Octal 366 47 121 0 124 103 4 534 134 70
Binary 11110110 100111 1010001 0 1010100 1000011 100 101011100 1011100 111000

Color Harmonies of #F62751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62751

Black with #F62751

Text Example


Text Example

White with #F62751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62751; }

 p { color: rgb(246,39,81); }

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

background-color css

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

 a { background-color: rgb(246,39,81); }

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

border-color css

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

 span { border-color: rgb(246,39,81); }

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