Html Css Color HEX #F891E5 Pale Magenta

📋 copy color: '#F891E5'

red 248 ◦ green 145 ◦ blue 229

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

Shades of Pale Magenta #F891E5

Tints of Pale Magenta #F891E5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.31%

 BLUE value IS 229 (89.84% from 255) = 36.82%

R = 39.87%
G = 23.31%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F891E5 (or 0xF891E5) is known color: Pale Magenta. HEX triplet: F8, 91 and E5. RGB value is (248,145,229). Sum of RGB (Red+Green+Blue) = 248+145+229=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 145 (57.03% from 255 or 23.31% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F891E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891E5 is #076E1A. Grayscale: #B9B9B9. Windows color (decimal): -486939 or 15045112. OLE color: 15045112.

HSL color Cylindrical-coordinate representation of color #F891E5: hue angle of 311.07º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F891E5 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 145 229 -
CMYK 0 0.42 0.08 0.03
HSL 311.07º 0.88% 0.77% -
HSV(B) 311.07º 0.42% 0.97% -
XYZ 62.98 45.86 79.66 -
YUV 185.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 248 145 229 0 0.42 0.08 0.03 311.07 0.88 0.77
Hex F8 91 E5 0 2A 8 3 137 58 4D
Octal 370 221 345 0 52 10 3 467 130 115
Binary 11111000 10010001 11100101 0 101010 1000 11 100110111 1011000 1001101

Color Harmonies of #F891E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F891E5

Black with #F891E5

Text Example


Text Example

White with #F891E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F891E5; }

 p { color: rgb(248,145,229); }

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

background-color css

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

 a { background-color: rgb(248,145,229); }

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

border-color css

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

 span { border-color: rgb(248,145,229); }

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