Html Css Color HEX #F81F4D Amaranth

📋 copy color: '#F81F4D'

red 248 ◦ green 31 ◦ blue 77

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

Shades of Amaranth #F81F4D

Tints of Amaranth #F81F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 69.66%
G = 8.71%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F81F4D (or 0xF81F4D) is known color: Amaranth. HEX triplet: F8, 1F and 4D. RGB value is (248,31,77). Sum of RGB (Red+Green+Blue) = 248+31+77=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81F4D is #07E0B2. Grayscale: #656565. Windows color (decimal): -516275 or 5054456. OLE color: 5054456.

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

Color convert

RGB 248 31 77 -
CMYK 0 0.88 0.69 0.03
HSL 347.28º 0.94% 0.55% -
HSV(B) 347.28º 0.88% 0.97% -
XYZ 40.54 21.47 9.03 -
YUV 101.13 114.39 232.76 -
System Red Green Blue C M Y K H S L
Decimal 248 31 77 0 0.88 0.69 0.03 347.28 0.94 0.55
Hex F8 1F 4D 0 58 45 3 15B 5E 37
Octal 370 37 115 0 130 105 3 533 136 67
Binary 11111000 11111 1001101 0 1011000 1000101 11 101011011 1011110 110111

Color Harmonies of #F81F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F4D

Black with #F81F4D

Text Example


Text Example

White with #F81F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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