Html Css Color HEX #F62F42 Amaranth

📋 copy color: '#F62F42'

red 246 ◦ green 47 ◦ blue 66

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

Shades of Amaranth #F62F42

Tints of Amaranth #F62F42

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.09%

 BLUE value IS 66 (26.17% from 255) = 18.38%

R = 68.52%
G = 13.09%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F62F42 (or 0xF62F42) is known color: Amaranth. HEX triplet: F6, 2F and 42. RGB value is (246,47,66). Sum of RGB (Red+Green+Blue) = 246+47+66=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62F42 is #09D0BD. Grayscale: #6C6C6C. Windows color (decimal): -643262 or 4337654. OLE color: 4337654.

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

Color convert

RGB 246 47 66 -
CMYK 0 0.81 0.73 0.04
HSL 354.27º 0.92% 0.57% -
HSV(B) 354.27º 0.81% 0.96% -
XYZ 40.01 22.02 7.3 -
YUV 108.67 103.93 225.96 -
System Red Green Blue C M Y K H S L
Decimal 246 47 66 0 0.81 0.73 0.04 354.27 0.92 0.57
Hex F6 2F 42 0 51 49 4 162 5C 39
Octal 366 57 102 0 121 111 4 542 134 71
Binary 11110110 101111 1000010 0 1010001 1001001 100 101100010 1011100 111001

Color Harmonies of #F62F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62F42

Black with #F62F42

Text Example


Text Example

White with #F62F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62F42; }

 p { color: rgb(246,47,66); }

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

background-color css

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

 a { background-color: rgb(246,47,66); }

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

border-color css

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

 span { border-color: rgb(246,47,66); }

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