Html Css Color HEX #F81B50 Amaranth

📋 copy color: '#F81B50'

red 248 ◦ green 27 ◦ blue 80

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

Shades of Amaranth #F81B50

Tints of Amaranth #F81B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.61%

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 69.86%
G = 7.61%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F81B50 (or 0xF81B50) is known color: Amaranth. HEX triplet: F8, 1B and 50. RGB value is (248,27,80). Sum of RGB (Red+Green+Blue) = 248+27+80=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B50 is #07E4AF. Grayscale: #636363. Windows color (decimal): -517296 or 5250040. OLE color: 5250040.

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

Color convert

RGB 248 27 80 -
CMYK 0 0.89 0.68 0.03
HSL 345.61º 0.94% 0.54% -
HSV(B) 345.61º 0.89% 0.97% -
XYZ 40.55 21.32 9.57 -
YUV 99.12 117.22 234.19 -
System Red Green Blue C M Y K H S L
Decimal 248 27 80 0 0.89 0.68 0.03 345.61 0.94 0.54
Hex F8 1B 50 0 59 44 3 15A 5E 36
Octal 370 33 120 0 131 104 3 532 136 66
Binary 11111000 11011 1010000 0 1011001 1000100 11 101011010 1011110 110110

Color Harmonies of #F81B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81B50

Black with #F81B50

Text Example


Text Example

White with #F81B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81B50; }

 p { color: rgb(248,27,80); }

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

background-color css

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

 a { background-color: rgb(248,27,80); }

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

border-color css

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

 span { border-color: rgb(248,27,80); }

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