Html Css Color HEX #F82C47 Amaranth

📋 copy color: '#F82C47'

red 248 ◦ green 44 ◦ blue 71

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

Shades of Amaranth #F82C47

Tints of Amaranth #F82C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.12%

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

R = 68.32%
G = 12.12%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F82C47 (or 0xF82C47) is known color: Amaranth. HEX triplet: F8, 2C and 47. RGB value is (248,44,71). Sum of RGB (Red+Green+Blue) = 248+44+71=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C47 is #07D3B8. Grayscale: #6C6C6C. Windows color (decimal): -512953 or 4664568. OLE color: 4664568.

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

Color convert

RGB 248 44 71 -
CMYK 0 0.82 0.71 0.03
HSL 352.06º 0.94% 0.57% -
HSV(B) 352.06º 0.82% 0.97% -
XYZ 40.75 22.21 8.1 -
YUV 108.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 248 44 71 0 0.82 0.71 0.03 352.06 0.94 0.57
Hex F8 2C 47 0 52 47 3 160 5E 39
Octal 370 54 107 0 122 107 3 540 136 71
Binary 11111000 101100 1000111 0 1010010 1000111 11 101100000 1011110 111001

Color Harmonies of #F82C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C47

Black with #F82C47

Text Example


Text Example

White with #F82C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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