Html Css Color HEX #F62952 Amaranth

📋 copy color: '#F62952'

red 246 ◦ green 41 ◦ blue 82

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

Shades of Amaranth #F62952

Tints of Amaranth #F62952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.22%

R = 66.67%
G = 11.11%
B = 22.22%

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

#F62952 (or 0xF62952) is known color: Amaranth. HEX triplet: F6, 29 and 52. RGB value is (246,41,82). Sum of RGB (Red+Green+Blue) = 246+41+82=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F62952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62952 is #09D6AD. Grayscale: #6B6B6B. Windows color (decimal): -644782 or 5384694. OLE color: 5384694.

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

Color convert

RGB 246 41 82 -
CMYK 0 0.83 0.67 0.04
HSL 348º 0.92% 0.56% -
HSV(B) 348º 0.83% 0.96% -
XYZ 40.32 21.79 10.06 -
YUV 106.97 113.92 227.17 -
System Red Green Blue C M Y K H S L
Decimal 246 41 82 0 0.83 0.67 0.04 348 0.92 0.56
Hex F6 29 52 0 53 43 4 15C 5C 38
Octal 366 51 122 0 123 103 4 534 134 70
Binary 11110110 101001 1010010 0 1010011 1000011 100 101011100 1011100 111000

Color Harmonies of #F62952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62952

Black with #F62952

Text Example


Text Example

White with #F62952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62952; }

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

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

background-color css

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

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

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

border-color css

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

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

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