Html Css Color HEX #F62750 Amaranth

📋 copy color: '#F62750'

red 246 ◦ green 39 ◦ blue 80

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

Shades of Amaranth #F62750

Tints of Amaranth #F62750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.68%

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

R = 67.4%
G = 10.68%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F62750 (or 0xF62750) is known color: Amaranth. HEX triplet: F6, 27 and 50. RGB value is (246,39,80). Sum of RGB (Red+Green+Blue) = 246+39+80=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F62750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62750 is #09D8AF. Grayscale: #696969. Windows color (decimal): -645296 or 5253110. OLE color: 5253110.

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

Color convert

RGB 246 39 80 -
CMYK 0 0.84 0.67 0.04
HSL 348.12º 0.92% 0.56% -
HSV(B) 348.12º 0.84% 0.96% -
XYZ 40.18 21.62 9.65 -
YUV 105.57 113.58 228.17 -
System Red Green Blue C M Y K H S L
Decimal 246 39 80 0 0.84 0.67 0.04 348.12 0.92 0.56
Hex F6 27 50 0 54 43 4 15C 5C 38
Octal 366 47 120 0 124 103 4 534 134 70
Binary 11110110 100111 1010000 0 1010100 1000011 100 101011100 1011100 111000

Color Harmonies of #F62750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62750

Black with #F62750

Text Example


Text Example

White with #F62750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62750; }

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

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

background-color css

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

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

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

border-color css

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

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

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