Html Css Color HEX #F62144 Amaranth

📋 copy color: '#F62144'

red 246 ◦ green 33 ◦ blue 68

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

Shades of Amaranth #F62144

Tints of Amaranth #F62144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.6%

R = 70.89%
G = 9.51%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F62144 (or 0xF62144) is known color: Amaranth. HEX triplet: F6, 21 and 44. RGB value is (246,33,68). Sum of RGB (Red+Green+Blue) = 246+33+68=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F62144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62144 is #09DEBB. Grayscale: #646464. Windows color (decimal): -646844 or 4465142. OLE color: 4465142.

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

Color convert

RGB 246 33 68 -
CMYK 0 0.87 0.72 0.04
HSL 350.14º 0.92% 0.55% -
HSV(B) 350.14º 0.87% 0.96% -
XYZ 39.59 21.1 7.45 -
YUV 100.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 246 33 68 0 0.87 0.72 0.04 350.14 0.92 0.55
Hex F6 21 44 0 57 48 4 15E 5C 37
Octal 366 41 104 0 127 110 4 536 134 67
Binary 11110110 100001 1000100 0 1010111 1001000 100 101011110 1011100 110111

Color Harmonies of #F62144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62144

Black with #F62144

Text Example


Text Example

White with #F62144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62144; }

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

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

background-color css

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

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

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

border-color css

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

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

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