Html Css Color HEX #F62748 Amaranth

📋 copy color: '#F62748'

red 246 ◦ green 39 ◦ blue 72

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

Shades of Amaranth #F62748

Tints of Amaranth #F62748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 68.91%
G = 10.92%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F62748 (or 0xF62748) is known color: Amaranth. HEX triplet: F6, 27 and 48. RGB value is (246,39,72). Sum of RGB (Red+Green+Blue) = 246+39+72=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F62748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62748 is #09D8B7. Grayscale: #686868. Windows color (decimal): -645304 or 4728822. OLE color: 4728822.

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

Color convert

RGB 246 39 72 -
CMYK 0 0.84 0.71 0.04
HSL 350.43º 0.92% 0.56% -
HSV(B) 350.43º 0.84% 0.96% -
XYZ 39.9 21.51 8.18 -
YUV 104.66 109.58 228.82 -
System Red Green Blue C M Y K H S L
Decimal 246 39 72 0 0.84 0.71 0.04 350.43 0.92 0.56
Hex F6 27 48 0 54 47 4 15E 5C 38
Octal 366 47 110 0 124 107 4 536 134 70
Binary 11110110 100111 1001000 0 1010100 1000111 100 101011110 1011100 111000

Color Harmonies of #F62748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62748

Black with #F62748

Text Example


Text Example

White with #F62748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62748; }

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

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

background-color css

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

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

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

border-color css

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

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

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