Html Css Color HEX #F82545 Amaranth

📋 copy color: '#F82545'

red 248 ◦ green 37 ◦ blue 69

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

Shades of Amaranth #F82545

Tints of Amaranth #F82545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 70.06%
G = 10.45%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F82545 (or 0xF82545) is known color: Amaranth. HEX triplet: F8, 25 and 45. RGB value is (248,37,69). Sum of RGB (Red+Green+Blue) = 248+37+69=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F82545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82545 is #07DABA. Grayscale: #676767. Windows color (decimal): -514747 or 4531704. OLE color: 4531704.

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

Color convert

RGB 248 37 69 -
CMYK 0 0.85 0.72 0.03
HSL 350.9º 0.94% 0.56% -
HSV(B) 350.9º 0.85% 0.97% -
XYZ 40.45 21.71 7.69 -
YUV 103.74 108.4 230.9 -
System Red Green Blue C M Y K H S L
Decimal 248 37 69 0 0.85 0.72 0.03 350.9 0.94 0.56
Hex F8 25 45 0 55 48 3 15F 5E 38
Octal 370 45 105 0 125 110 3 537 136 70
Binary 11111000 100101 1000101 0 1010101 1001000 11 101011111 1011110 111000

Color Harmonies of #F82545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82545

Black with #F82545

Text Example


Text Example

White with #F82545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82545; }

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

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

background-color css

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

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

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

border-color css

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

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

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