Html Css Color HEX #F891E0 Pale Magenta

📋 copy color: '#F891E0'

red 248 ◦ green 145 ◦ blue 224

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

Shades of Pale Magenta #F891E0

Tints of Pale Magenta #F891E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.3%

R = 40.19%
G = 23.5%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F891E0 (or 0xF891E0) is known color: Pale Magenta. HEX triplet: F8, 91 and E0. RGB value is (248,145,224). Sum of RGB (Red+Green+Blue) = 248+145+224=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F891E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891E0 is #076E1F. Grayscale: #B8B8B8. Windows color (decimal): -486944 or 14717432. OLE color: 14717432.

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

Color convert

RGB 248 145 224 -
CMYK 0 0.42 0.10 0.03
HSL 313.98º 0.88% 0.77% -
HSV(B) 313.98º 0.42% 0.97% -
XYZ 62.29 45.59 76.04 -
YUV 184.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 248 145 224 0 0.42 0.10 0.03 313.98 0.88 0.77
Hex F8 91 E0 0 2A A 3 13A 58 4D
Octal 370 221 340 0 52 12 3 472 130 115
Binary 11111000 10010001 11100000 0 101010 1010 11 100111010 1011000 1001101

Color Harmonies of #F891E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F891E0

Black with #F891E0

Text Example


Text Example

White with #F891E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F891E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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