Html Css Color HEX #F62150 Amaranth

📋 copy color: '#F62150'

red 246 ◦ green 33 ◦ blue 80

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

Shades of Amaranth #F62150

Tints of Amaranth #F62150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 68.52%
G = 9.19%
B = 22.28%

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

#F62150 (or 0xF62150) is known color: Amaranth. HEX triplet: F6, 21 and 50. RGB value is (246,33,80). Sum of RGB (Red+Green+Blue) = 246+33+80=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F62150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62150 is #09DEAF. Grayscale: #666666. Windows color (decimal): -646832 or 5251574. OLE color: 5251574.

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

Color convert

RGB 246 33 80 -
CMYK 0 0.87 0.67 0.04
HSL 346.76º 0.92% 0.55% -
HSV(B) 346.76º 0.87% 0.96% -
XYZ 40 21.26 9.58 -
YUV 102.05 115.57 230.68 -
System Red Green Blue C M Y K H S L
Decimal 246 33 80 0 0.87 0.67 0.04 346.76 0.92 0.55
Hex F6 21 50 0 57 43 4 15B 5C 37
Octal 366 41 120 0 127 103 4 533 134 67
Binary 11110110 100001 1010000 0 1010111 1000011 100 101011011 1011100 110111

Color Harmonies of #F62150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62150

Black with #F62150

Text Example


Text Example

White with #F62150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62150; }

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

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

background-color css

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

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

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

border-color css

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

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

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