Html Css Color HEX #F82543 Amaranth

📋 copy color: '#F82543'

red 248 ◦ green 37 ◦ blue 67

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

Shades of Amaranth #F82543

Tints of Amaranth #F82543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.03%

R = 70.45%
G = 10.51%
B = 19.03%

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

#F82543 (or 0xF82543) is known color: Amaranth. HEX triplet: F8, 25 and 43. RGB value is (248,37,67). Sum of RGB (Red+Green+Blue) = 248+37+67=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F82543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82543 is #07DABC. Grayscale: #676767. Windows color (decimal): -514749 or 4400632. OLE color: 4400632.

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

Color convert

RGB 248 37 67 -
CMYK 0 0.85 0.73 0.03
HSL 351.47º 0.94% 0.56% -
HSV(B) 351.47º 0.85% 0.97% -
XYZ 40.39 21.68 7.37 -
YUV 103.51 107.4 231.06 -
System Red Green Blue C M Y K H S L
Decimal 248 37 67 0 0.85 0.73 0.03 351.47 0.94 0.56
Hex F8 25 43 0 55 49 3 15F 5E 38
Octal 370 45 103 0 125 111 3 537 136 70
Binary 11111000 100101 1000011 0 1010101 1001001 11 101011111 1011110 111000

Color Harmonies of #F82543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82543

Black with #F82543

Text Example


Text Example

White with #F82543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82543; }

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

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

background-color css

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

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

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

border-color css

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

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

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