Html Css Color HEX #F81C55 Amaranth

📋 copy color: '#F81C55'

red 248 ◦ green 28 ◦ blue 85

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

Shades of Amaranth #F81C55

Tints of Amaranth #F81C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.76%

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 68.7%
G = 7.76%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F81C55 (or 0xF81C55) is known color: Amaranth. HEX triplet: F8, 1C and 55. RGB value is (248,28,85). Sum of RGB (Red+Green+Blue) = 248+28+85=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C55 is #07E3AA. Grayscale: #646464. Windows color (decimal): -517035 or 5577976. OLE color: 5577976.

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

Color convert

RGB 248 28 85 -
CMYK 0 0.89 0.66 0.03
HSL 344.45º 0.94% 0.54% -
HSV(B) 344.45º 0.89% 0.97% -
XYZ 40.77 21.44 10.58 -
YUV 100.28 119.39 233.37 -
System Red Green Blue C M Y K H S L
Decimal 248 28 85 0 0.89 0.66 0.03 344.45 0.94 0.54
Hex F8 1C 55 0 59 42 3 158 5E 36
Octal 370 34 125 0 131 102 3 530 136 66
Binary 11111000 11100 1010101 0 1011001 1000010 11 101011000 1011110 110110

Color Harmonies of #F81C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C55

Black with #F81C55

Text Example


Text Example

White with #F81C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C55; }

 p { color: rgb(248,28,85); }

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

background-color css

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

 a { background-color: rgb(248,28,85); }

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

border-color css

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

 span { border-color: rgb(248,28,85); }

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