Html Css Color HEX #F81F55 Amaranth

📋 copy color: '#F81F55'

red 248 ◦ green 31 ◦ blue 85

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

Shades of Amaranth #F81F55

Tints of Amaranth #F81F55

RGB

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

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

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

R = 68.13%
G = 8.52%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F81F55 (or 0xF81F55) is known color: Amaranth. HEX triplet: F8, 1F and 55. RGB value is (248,31,85). Sum of RGB (Red+Green+Blue) = 248+31+85=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81F55 is #07E0AA. Grayscale: #666666. Windows color (decimal): -516267 or 5578744. OLE color: 5578744.

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

Color convert

RGB 248 31 85 -
CMYK 0 0.88 0.66 0.03
HSL 345.07º 0.94% 0.55% -
HSV(B) 345.07º 0.88% 0.97% -
XYZ 40.84 21.59 10.61 -
YUV 102.04 118.39 232.11 -
System Red Green Blue C M Y K H S L
Decimal 248 31 85 0 0.88 0.66 0.03 345.07 0.94 0.55
Hex F8 1F 55 0 58 42 3 159 5E 37
Octal 370 37 125 0 130 102 3 531 136 67
Binary 11111000 11111 1010101 0 1011000 1000010 11 101011001 1011110 110111

Color Harmonies of #F81F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F55

Black with #F81F55

Text Example


Text Example

White with #F81F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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