Html Css Color HEX #F886DF Pale Magenta

📋 copy color: '#F886DF'

red 248 ◦ green 134 ◦ blue 223

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

Shades of Pale Magenta #F886DF

Tints of Pale Magenta #F886DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 40.99%
G = 22.15%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F886DF (or 0xF886DF) is known color: Pale Magenta. HEX triplet: F8, 86 and DF. RGB value is (248,134,223). Sum of RGB (Red+Green+Blue) = 248+134+223=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F886DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F886DF is #077920. Grayscale: #B1B1B1. Windows color (decimal): -489761 or 14649080. OLE color: 14649080.

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

Color convert

RGB 248 134 223 -
CMYK 0 0.46 0.10 0.03
HSL 313.16º 0.89% 0.75% -
HSV(B) 313.16º 0.46% 0.97% -
XYZ 60.56 42.33 74.79 -
YUV 178.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 248 134 223 0 0.46 0.10 0.03 313.16 0.89 0.75
Hex F8 86 DF 0 2E A 3 139 59 4B
Octal 370 206 337 0 56 12 3 471 131 113
Binary 11111000 10000110 11011111 0 101110 1010 11 100111001 1011001 1001011

Color Harmonies of #F886DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F886DF

Black with #F886DF

Text Example


Text Example

White with #F886DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F886DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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