Html Css Color HEX #F886E8 Pale Magenta

📋 copy color: '#F886E8'

red 248 ◦ green 134 ◦ blue 232

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

Shades of Pale Magenta #F886E8

Tints of Pale Magenta #F886E8

RGB

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

 GREEN value IS 134 (52.73% from 255) = 21.82%

 BLUE value IS 232 (91.02% from 255) = 37.79%

R = 40.39%
G = 21.82%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F886E8 (or 0xF886E8) is known color: Pale Magenta. HEX triplet: F8, 86 and E8. RGB value is (248,134,232). Sum of RGB (Red+Green+Blue) = 248+134+232=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 134 (52.73% from 255 or 21.82% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F886E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F886E8 is #077917. Grayscale: #B2B2B2. Windows color (decimal): -489752 or 15238904. OLE color: 15238904.

HSL color Cylindrical-coordinate representation of color #F886E8: hue angle of 308.42º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F886E8 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 134 232 -
CMYK 0 0.46 0.06 0.03
HSL 308.42º 0.89% 0.75% -
HSV(B) 308.42º 0.46% 0.97% -
XYZ 61.8 42.83 81.35 -
YUV 179.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 248 134 232 0 0.46 0.06 0.03 308.42 0.89 0.75
Hex F8 86 E8 0 2E 6 3 134 59 4B
Octal 370 206 350 0 56 6 3 464 131 113
Binary 11111000 10000110 11101000 0 101110 110 11 100110100 1011001 1001011

Color Harmonies of #F886E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F886E8

Black with #F886E8

Text Example


Text Example

White with #F886E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F886E8; }

 p { color: rgb(248,134,232); }

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

background-color css

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

 a { background-color: rgb(248,134,232); }

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

border-color css

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

 span { border-color: rgb(248,134,232); }

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