Html Css Color HEX #F62D45 Amaranth

📋 copy color: '#F62D45'

red 246 ◦ green 45 ◦ blue 69

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

Shades of Amaranth #F62D45

Tints of Amaranth #F62D45

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.5%

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

R = 68.33%
G = 12.5%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F62D45 (or 0xF62D45) is known color: Amaranth. HEX triplet: F6, 2D and 45. RGB value is (246,45,69). Sum of RGB (Red+Green+Blue) = 246+45+69=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62D45 is #09D2BA. Grayscale: #6B6B6B. Windows color (decimal): -643771 or 4533750. OLE color: 4533750.

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

Color convert

RGB 246 45 69 -
CMYK 0 0.82 0.72 0.04
HSL 352.84º 0.92% 0.57% -
HSV(B) 352.84º 0.82% 0.96% -
XYZ 40.02 21.9 7.75 -
YUV 107.84 106.09 226.55 -
System Red Green Blue C M Y K H S L
Decimal 246 45 69 0 0.82 0.72 0.04 352.84 0.92 0.57
Hex F6 2D 45 0 52 48 4 161 5C 39
Octal 366 55 105 0 122 110 4 541 134 71
Binary 11110110 101101 1000101 0 1010010 1001000 100 101100001 1011100 111001

Color Harmonies of #F62D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62D45

Black with #F62D45

Text Example


Text Example

White with #F62D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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