Html Css Color HEX #F62145 Amaranth

📋 copy color: '#F62145'

red 246 ◦ green 33 ◦ blue 69

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

Shades of Amaranth #F62145

Tints of Amaranth #F62145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 70.69%
G = 9.48%
B = 19.83%

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

#F62145 (or 0xF62145) is known color: Amaranth. HEX triplet: F6, 21 and 45. RGB value is (246,33,69). Sum of RGB (Red+Green+Blue) = 246+33+69=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F62145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62145 is #09DEBA. Grayscale: #646464. Windows color (decimal): -646843 or 4530678. OLE color: 4530678.

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

Color convert

RGB 246 33 69 -
CMYK 0 0.87 0.72 0.04
HSL 349.86º 0.92% 0.55% -
HSV(B) 349.86º 0.87% 0.96% -
XYZ 39.62 21.11 7.62 -
YUV 100.79 110.07 231.57 -
System Red Green Blue C M Y K H S L
Decimal 246 33 69 0 0.87 0.72 0.04 349.86 0.92 0.55
Hex F6 21 45 0 57 48 4 15E 5C 37
Octal 366 41 105 0 127 110 4 536 134 67
Binary 11110110 100001 1000101 0 1010111 1001000 100 101011110 1011100 110111

Color Harmonies of #F62145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62145

Black with #F62145

Text Example


Text Example

White with #F62145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62145; }

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

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

background-color css

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

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

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

border-color css

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

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

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