Html Css Color HEX #F82948 Amaranth

📋 copy color: '#F82948'

red 248 ◦ green 41 ◦ blue 72

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

Shades of Amaranth #F82948

Tints of Amaranth #F82948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 68.7%
G = 11.36%
B = 19.94%

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

#F82948 (or 0xF82948) is known color: Amaranth. HEX triplet: F8, 29 and 48. RGB value is (248,41,72). Sum of RGB (Red+Green+Blue) = 248+41+72=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F82948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82948 is #07D6B7. Grayscale: #6A6A6A. Windows color (decimal): -513720 or 4729336. OLE color: 4729336.

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

Color convert

RGB 248 41 72 -
CMYK 0 0.83 0.71 0.03
HSL 351.01º 0.94% 0.57% -
HSV(B) 351.01º 0.83% 0.97% -
XYZ 40.67 22.01 8.24 -
YUV 106.43 108.58 228.98 -
System Red Green Blue C M Y K H S L
Decimal 248 41 72 0 0.83 0.71 0.03 351.01 0.94 0.57
Hex F8 29 48 0 53 47 3 15F 5E 39
Octal 370 51 110 0 123 107 3 537 136 71
Binary 11111000 101001 1001000 0 1010011 1000111 11 101011111 1011110 111001

Color Harmonies of #F82948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82948

Black with #F82948

Text Example


Text Example

White with #F82948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82948; }

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

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

background-color css

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

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

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

border-color css

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

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

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