Html Css Color HEX #F986EF Pale Magenta

📋 copy color: '#F986EF'

red 249 ◦ green 134 ◦ blue 239

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

Shades of Pale Magenta #F986EF

Tints of Pale Magenta #F986EF

RGB

 RED value IS 249 (97.66% from 255) = 40.03%

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

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 40.03%
G = 21.54%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F986EF (or 0xF986EF) is known color: Pale Magenta. HEX triplet: F9, 86 and EF. RGB value is (249,134,239). Sum of RGB (Red+Green+Blue) = 249+134+239=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 134 (52.73% from 255 or 21.54% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F986EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986EF is #067910. Grayscale: #B4B4B4. Windows color (decimal): -424209 or 15697657. OLE color: 15697657.

HSL color Cylindrical-coordinate representation of color #F986EF: hue angle of 305.22º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F986EF is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 134 239 -
CMYK 0 0.46 0.04 0.02
HSL 305.22º 0.91% 0.75% -
HSV(B) 305.22º 0.46% 0.98% -
XYZ 63.17 43.42 86.71 -
YUV 180.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 249 134 239 0 0.46 0.04 0.02 305.22 0.91 0.75
Hex F9 86 EF 0 2E 4 2 131 5B 4B
Octal 371 206 357 0 56 4 2 461 133 113
Binary 11111001 10000110 11101111 0 101110 100 10 100110001 1011011 1001011

Color Harmonies of #F986EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986EF

Black with #F986EF

Text Example


Text Example

White with #F986EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986EF; }

 p { color: rgb(249,134,239); }

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

background-color css

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

 a { background-color: rgb(249,134,239); }

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

border-color css

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

 span { border-color: rgb(249,134,239); }

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