Html Css Color HEX #F82547 Amaranth

📋 copy color: '#F82547'

red 248 ◦ green 37 ◦ blue 71

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

Shades of Amaranth #F82547

Tints of Amaranth #F82547

RGB

 RED value IS 248 (97.27% from 255) = 69.66%

 GREEN value IS 37 (14.84% from 255) = 10.39%

 BLUE value IS 71 (28.13% from 255) = 19.94%

R = 69.66%
G = 10.39%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F82547 (or 0xF82547) is known color: Amaranth. HEX triplet: F8, 25 and 47. RGB value is (248,37,71). Sum of RGB (Red+Green+Blue) = 248+37+71=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F82547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82547 is #07DAB8. Grayscale: #686868. Windows color (decimal): -514745 or 4662776. OLE color: 4662776.

HSL color Cylindrical-coordinate representation of color #F82547: hue angle of 350.33º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F82547 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 37 71 -
CMYK 0 0.85 0.71 0.03
HSL 350.33º 0.94% 0.56% -
HSV(B) 350.33º 0.85% 0.97% -
XYZ 40.51 21.73 8.02 -
YUV 103.97 109.4 230.74 -
System Red Green Blue C M Y K H S L
Decimal 248 37 71 0 0.85 0.71 0.03 350.33 0.94 0.56
Hex F8 25 47 0 55 47 3 15E 5E 38
Octal 370 45 107 0 125 107 3 536 136 70
Binary 11111000 100101 1000111 0 1010101 1000111 11 101011110 1011110 111000

Color Harmonies of #F82547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82547

Black with #F82547

Text Example


Text Example

White with #F82547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82547; }

 p { color: rgb(248,37,71); }

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

background-color css

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

 a { background-color: rgb(248,37,71); }

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

border-color css

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

 span { border-color: rgb(248,37,71); }

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