Html Css Color HEX #F81A57 Amaranth

📋 copy color: '#F81A57'

red 248 ◦ green 26 ◦ blue 87

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

Shades of Amaranth #F81A57

Tints of Amaranth #F81A57

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.2%

 BLUE value IS 87 (34.38% from 255) = 24.1%

R = 68.7%
G = 7.2%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F81A57 (or 0xF81A57) is known color: Amaranth. HEX triplet: F8, 1A and 57. RGB value is (248,26,87). Sum of RGB (Red+Green+Blue) = 248+26+87=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81A57 is #07E5A8. Grayscale: #636363. Windows color (decimal): -517545 or 5708536. OLE color: 5708536.

HSL color Cylindrical-coordinate representation of color #F81A57: hue angle of 343.51º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81A57 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 26 87 -
CMYK 0 0.90 0.65 0.03
HSL 343.51º 0.94% 0.54% -
HSV(B) 343.51º 0.9% 0.97% -
XYZ 40.8 21.38 10.99 -
YUV 99.33 121.05 234.04 -
System Red Green Blue C M Y K H S L
Decimal 248 26 87 0 0.90 0.65 0.03 343.51 0.94 0.54
Hex F8 1A 57 0 5A 41 3 158 5E 36
Octal 370 32 127 0 132 101 3 530 136 66
Binary 11111000 11010 1010111 0 1011010 1000001 11 101011000 1011110 110110

Color Harmonies of #F81A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81A57

Black with #F81A57

Text Example


Text Example

White with #F81A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81A57; }

 p { color: rgb(248,26,87); }

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

background-color css

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

 a { background-color: rgb(248,26,87); }

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

border-color css

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

 span { border-color: rgb(248,26,87); }

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