Html Css Color HEX #F986EC Pale Magenta

📋 copy color: '#F986EC'

red 249 ◦ green 134 ◦ blue 236

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

Shades of Pale Magenta #F986EC

Tints of Pale Magenta #F986EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 40.23%
G = 21.65%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F986EC (or 0xF986EC) is known color: Pale Magenta. HEX triplet: F9, 86 and EC. RGB value is (249,134,236). Sum of RGB (Red+Green+Blue) = 249+134+236=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 134 (52.73% from 255 or 21.65% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F986EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986EC is #067913. Grayscale: #B3B3B3. Windows color (decimal): -424212 or 15501049. OLE color: 15501049.

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

Color convert

RGB 249 134 236 -
CMYK 0 0.46 0.05 0.02
HSL 306.78º 0.91% 0.75% -
HSV(B) 306.78º 0.46% 0.98% -
XYZ 62.73 43.25 84.4 -
YUV 180.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 249 134 236 0 0.46 0.05 0.02 306.78 0.91 0.75
Hex F9 86 EC 0 2E 5 2 133 5B 4B
Octal 371 206 354 0 56 5 2 463 133 113
Binary 11111001 10000110 11101100 0 101110 101 10 100110011 1011011 1001011

Color Harmonies of #F986EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986EC

Black with #F986EC

Text Example


Text Example

White with #F986EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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