Html Css Color HEX #F82247 Amaranth

📋 copy color: '#F82247'

red 248 ◦ green 34 ◦ blue 71

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

Shades of Amaranth #F82247

Tints of Amaranth #F82247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.63%

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

R = 70.25%
G = 9.63%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F82247 (or 0xF82247) is known color: Amaranth. HEX triplet: F8, 22 and 47. RGB value is (248,34,71). Sum of RGB (Red+Green+Blue) = 248+34+71=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F82247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82247 is #07DDB8. Grayscale: #666666. Windows color (decimal): -515513 or 4662008. OLE color: 4662008.

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

Color convert

RGB 248 34 71 -
CMYK 0 0.86 0.71 0.03
HSL 349.63º 0.94% 0.55% -
HSV(B) 349.63º 0.86% 0.97% -
XYZ 40.42 21.56 7.99 -
YUV 102.2 110.4 231.99 -
System Red Green Blue C M Y K H S L
Decimal 248 34 71 0 0.86 0.71 0.03 349.63 0.94 0.55
Hex F8 22 47 0 56 47 3 15E 5E 37
Octal 370 42 107 0 126 107 3 536 136 67
Binary 11111000 100010 1000111 0 1010110 1000111 11 101011110 1011110 110111

Color Harmonies of #F82247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82247

Black with #F82247

Text Example


Text Example

White with #F82247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82247; }

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

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

background-color css

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

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

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

border-color css

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

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

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