Html Css Color HEX #F62950 Amaranth

📋 copy color: '#F62950'

red 246 ◦ green 41 ◦ blue 80

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

Shades of Amaranth #F62950

Tints of Amaranth #F62950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.17%

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

R = 67.03%
G = 11.17%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F62950 (or 0xF62950) is known color: Amaranth. HEX triplet: F6, 29 and 50. RGB value is (246,41,80). Sum of RGB (Red+Green+Blue) = 246+41+80=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F62950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62950 is #09D6AF. Grayscale: #6A6A6A. Windows color (decimal): -644784 or 5253622. OLE color: 5253622.

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

Color convert

RGB 246 41 80 -
CMYK 0 0.83 0.67 0.04
HSL 348.59º 0.92% 0.56% -
HSV(B) 348.59º 0.83% 0.96% -
XYZ 40.25 21.76 9.67 -
YUV 106.74 112.92 227.33 -
System Red Green Blue C M Y K H S L
Decimal 246 41 80 0 0.83 0.67 0.04 348.59 0.92 0.56
Hex F6 29 50 0 53 43 4 15D 5C 38
Octal 366 51 120 0 123 103 4 535 134 70
Binary 11110110 101001 1010000 0 1010011 1000011 100 101011101 1011100 111000

Color Harmonies of #F62950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62950

Black with #F62950

Text Example


Text Example

White with #F62950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62950; }

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

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

background-color css

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

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

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

border-color css

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

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

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