Html Css Color HEX #F82947 Amaranth

📋 copy color: '#F82947'

red 248 ◦ green 41 ◦ blue 71

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

Shades of Amaranth #F82947

Tints of Amaranth #F82947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.39%

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

R = 68.89%
G = 11.39%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F82947 (or 0xF82947) is known color: Amaranth. HEX triplet: F8, 29 and 47. RGB value is (248,41,71). Sum of RGB (Red+Green+Blue) = 248+41+71=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F82947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82947 is #07D6B8. Grayscale: #6A6A6A. Windows color (decimal): -513721 or 4663800. OLE color: 4663800.

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

Color convert

RGB 248 41 71 -
CMYK 0 0.83 0.71 0.03
HSL 351.3º 0.94% 0.57% -
HSV(B) 351.3º 0.83% 0.97% -
XYZ 40.64 22 8.07 -
YUV 106.31 108.08 229.06 -
System Red Green Blue C M Y K H S L
Decimal 248 41 71 0 0.83 0.71 0.03 351.3 0.94 0.57
Hex F8 29 47 0 53 47 3 15F 5E 39
Octal 370 51 107 0 123 107 3 537 136 71
Binary 11111000 101001 1000111 0 1010011 1000111 11 101011111 1011110 111001

Color Harmonies of #F82947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82947

Black with #F82947

Text Example


Text Example

White with #F82947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82947; }

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

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

background-color css

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

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

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

border-color css

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

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

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