Html Css Color HEX #F891E2 Pale Magenta

📋 copy color: '#F891E2'

red 248 ◦ green 145 ◦ blue 226

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

Shades of Pale Magenta #F891E2

Tints of Pale Magenta #F891E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.51%

R = 40.06%
G = 23.42%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F891E2 (or 0xF891E2) is known color: Pale Magenta. HEX triplet: F8, 91 and E2. RGB value is (248,145,226). Sum of RGB (Red+Green+Blue) = 248+145+226=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 145 (57.03% from 255 or 23.42% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F891E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891E2 is #076E1D. Grayscale: #B8B8B8. Windows color (decimal): -486942 or 14848504. OLE color: 14848504.

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

Color convert

RGB 248 145 226 -
CMYK 0 0.42 0.09 0.03
HSL 312.82º 0.88% 0.77% -
HSV(B) 312.82º 0.42% 0.97% -
XYZ 62.56 45.7 77.47 -
YUV 185.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 248 145 226 0 0.42 0.09 0.03 312.82 0.88 0.77
Hex F8 91 E2 0 2A 9 3 139 58 4D
Octal 370 221 342 0 52 11 3 471 130 115
Binary 11111000 10010001 11100010 0 101010 1001 11 100111001 1011000 1001101

Color Harmonies of #F891E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F891E2

Black with #F891E2

Text Example


Text Example

White with #F891E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F891E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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