Html Css Color HEX #F81E50 Amaranth

📋 copy color: '#F81E50'

red 248 ◦ green 30 ◦ blue 80

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

Shades of Amaranth #F81E50

Tints of Amaranth #F81E50

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.38%

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

R = 69.27%
G = 8.38%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F81E50 (or 0xF81E50) is known color: Amaranth. HEX triplet: F8, 1E and 50. RGB value is (248,30,80). Sum of RGB (Red+Green+Blue) = 248+30+80=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81E50 is #07E1AF. Grayscale: #646464. Windows color (decimal): -516528 or 5250808. OLE color: 5250808.

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

Color convert

RGB 248 30 80 -
CMYK 0 0.88 0.68 0.03
HSL 346.24º 0.94% 0.55% -
HSV(B) 346.24º 0.88% 0.97% -
XYZ 40.62 21.46 9.59 -
YUV 100.88 116.22 232.93 -
System Red Green Blue C M Y K H S L
Decimal 248 30 80 0 0.88 0.68 0.03 346.24 0.94 0.55
Hex F8 1E 50 0 58 44 3 15A 5E 37
Octal 370 36 120 0 130 104 3 532 136 67
Binary 11111000 11110 1010000 0 1011000 1000100 11 101011010 1011110 110111

Color Harmonies of #F81E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81E50

Black with #F81E50

Text Example


Text Example

White with #F81E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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