Html Css Color HEX #F62B4C Amaranth

📋 copy color: '#F62B4C'

red 246 ◦ green 43 ◦ blue 76

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

Shades of Amaranth #F62B4C

Tints of Amaranth #F62B4C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 67.4%
G = 11.78%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F62B4C (or 0xF62B4C) is known color: Amaranth. HEX triplet: F6, 2B and 4C. RGB value is (246,43,76). Sum of RGB (Red+Green+Blue) = 246+43+76=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F62B4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62B4C is #09D4B3. Grayscale: #6B6B6B. Windows color (decimal): -644276 or 4991990. OLE color: 4991990.

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

Color convert

RGB 246 43 76 -
CMYK 0 0.83 0.69 0.04
HSL 350.25º 0.92% 0.57% -
HSV(B) 350.25º 0.83% 0.96% -
XYZ 40.17 21.84 8.94 -
YUV 107.46 110.25 226.82 -
System Red Green Blue C M Y K H S L
Decimal 246 43 76 0 0.83 0.69 0.04 350.25 0.92 0.57
Hex F6 2B 4C 0 53 45 4 15E 5C 39
Octal 366 53 114 0 123 105 4 536 134 71
Binary 11110110 101011 1001100 0 1010011 1000101 100 101011110 1011100 111001

Color Harmonies of #F62B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62B4C

Black with #F62B4C

Text Example


Text Example

White with #F62B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62B4C; }

 p { color: rgb(246,43,76); }

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

background-color css

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

 a { background-color: rgb(246,43,76); }

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

border-color css

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

 span { border-color: rgb(246,43,76); }

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