Html Css Color HEX #F82544 Amaranth

📋 copy color: '#F82544'

red 248 ◦ green 37 ◦ blue 68

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

Shades of Amaranth #F82544

Tints of Amaranth #F82544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 70.25%
G = 10.48%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F82544 (or 0xF82544) is known color: Amaranth. HEX triplet: F8, 25 and 44. RGB value is (248,37,68). Sum of RGB (Red+Green+Blue) = 248+37+68=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F82544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82544 is #07DABB. Grayscale: #676767. Windows color (decimal): -514748 or 4466168. OLE color: 4466168.

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

Color convert

RGB 248 37 68 -
CMYK 0 0.85 0.73 0.03
HSL 351.18º 0.94% 0.56% -
HSV(B) 351.18º 0.85% 0.97% -
XYZ 40.42 21.7 7.53 -
YUV 103.62 107.9 230.98 -
System Red Green Blue C M Y K H S L
Decimal 248 37 68 0 0.85 0.73 0.03 351.18 0.94 0.56
Hex F8 25 44 0 55 49 3 15F 5E 38
Octal 370 45 104 0 125 111 3 537 136 70
Binary 11111000 100101 1000100 0 1010101 1001001 11 101011111 1011110 111000

Color Harmonies of #F82544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82544

Black with #F82544

Text Example


Text Example

White with #F82544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82544; }

 p { color: rgb(248,37,68); }

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

background-color css

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

 a { background-color: rgb(248,37,68); }

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

border-color css

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

 span { border-color: rgb(248,37,68); }

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