Html Css Color HEX #F81F57 Amaranth

📋 copy color: '#F81F57'

red 248 ◦ green 31 ◦ blue 87

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

Shades of Amaranth #F81F57

Tints of Amaranth #F81F57

RGB

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

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

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

R = 67.76%
G = 8.47%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F81F57 (or 0xF81F57) is known color: Amaranth. HEX triplet: F8, 1F and 57. RGB value is (248,31,87). Sum of RGB (Red+Green+Blue) = 248+31+87=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81F57 is #07E0A8. Grayscale: #666666. Windows color (decimal): -516265 or 5709816. OLE color: 5709816.

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

Color convert

RGB 248 31 87 -
CMYK 0 0.88 0.65 0.03
HSL 344.52º 0.94% 0.55% -
HSV(B) 344.52º 0.88% 0.97% -
XYZ 40.92 21.62 11.03 -
YUV 102.27 119.39 231.95 -
System Red Green Blue C M Y K H S L
Decimal 248 31 87 0 0.88 0.65 0.03 344.52 0.94 0.55
Hex F8 1F 57 0 58 41 3 159 5E 37
Octal 370 37 127 0 130 101 3 531 136 67
Binary 11111000 11111 1010111 0 1011000 1000001 11 101011001 1011110 110111

Color Harmonies of #F81F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F57

Black with #F81F57

Text Example


Text Example

White with #F81F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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