Html Css Color HEX #F62151 Amaranth

📋 copy color: '#F62151'

red 246 ◦ green 33 ◦ blue 81

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

Shades of Amaranth #F62151

Tints of Amaranth #F62151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.17%

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

R = 68.33%
G = 9.17%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F62151 (or 0xF62151) is known color: Amaranth. HEX triplet: F6, 21 and 51. RGB value is (246,33,81). Sum of RGB (Red+Green+Blue) = 246+33+81=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F62151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62151 is #09DEAE. Grayscale: #666666. Windows color (decimal): -646831 or 5317110. OLE color: 5317110.

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

Color convert

RGB 246 33 81 -
CMYK 0 0.87 0.67 0.04
HSL 346.48º 0.92% 0.55% -
HSV(B) 346.48º 0.87% 0.96% -
XYZ 40.04 21.27 9.78 -
YUV 102.16 116.07 230.6 -
System Red Green Blue C M Y K H S L
Decimal 246 33 81 0 0.87 0.67 0.04 346.48 0.92 0.55
Hex F6 21 51 0 57 43 4 15A 5C 37
Octal 366 41 121 0 127 103 4 532 134 67
Binary 11110110 100001 1010001 0 1010111 1000011 100 101011010 1011100 110111

Color Harmonies of #F62151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62151

Black with #F62151

Text Example


Text Example

White with #F62151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62151; }

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

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

background-color css

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

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

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

border-color css

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

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

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