Html Css Color HEX #F82C49 Amaranth

📋 copy color: '#F82C49'

red 248 ◦ green 44 ◦ blue 73

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

Shades of Amaranth #F82C49

Tints of Amaranth #F82C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20%

R = 67.95%
G = 12.05%
B = 20%

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

#F82C49 (or 0xF82C49) is known color: Amaranth. HEX triplet: F8, 2C and 49. RGB value is (248,44,73). Sum of RGB (Red+Green+Blue) = 248+44+73=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C49 is #07D3B6. Grayscale: #6C6C6C. Windows color (decimal): -512951 or 4795640. OLE color: 4795640.

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

Color convert

RGB 248 44 73 -
CMYK 0 0.82 0.71 0.03
HSL 351.47º 0.94% 0.57% -
HSV(B) 351.47º 0.82% 0.97% -
XYZ 40.81 22.24 8.44 -
YUV 108.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 248 44 73 0 0.82 0.71 0.03 351.47 0.94 0.57
Hex F8 2C 49 0 52 47 3 15F 5E 39
Octal 370 54 111 0 122 107 3 537 136 71
Binary 11111000 101100 1001001 0 1010010 1000111 11 101011111 1011110 111001

Color Harmonies of #F82C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C49

Black with #F82C49

Text Example


Text Example

White with #F82C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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