Html Css Color HEX #F81F49 Amaranth

📋 copy color: '#F81F49'

red 248 ◦ green 31 ◦ blue 73

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

Shades of Amaranth #F81F49

Tints of Amaranth #F81F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.81%

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

R = 70.45%
G = 8.81%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F81F49 (or 0xF81F49) is known color: Amaranth. HEX triplet: F8, 1F and 49. RGB value is (248,31,73). Sum of RGB (Red+Green+Blue) = 248+31+73=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81F49 is #07E0B6. Grayscale: #646464. Windows color (decimal): -516279 or 4792312. OLE color: 4792312.

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

Color convert

RGB 248 31 73 -
CMYK 0 0.88 0.71 0.03
HSL 348.39º 0.94% 0.55% -
HSV(B) 348.39º 0.88% 0.97% -
XYZ 40.4 21.42 8.31 -
YUV 100.67 112.39 233.08 -
System Red Green Blue C M Y K H S L
Decimal 248 31 73 0 0.88 0.71 0.03 348.39 0.94 0.55
Hex F8 1F 49 0 58 47 3 15C 5E 37
Octal 370 37 111 0 130 107 3 534 136 67
Binary 11111000 11111 1001001 0 1011000 1000111 11 101011100 1011110 110111

Color Harmonies of #F81F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F49

Black with #F81F49

Text Example


Text Example

White with #F81F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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