Html Css Color HEX #F986E1 Pale Magenta

📋 copy color: '#F986E1'

red 249 ◦ green 134 ◦ blue 225

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

Shades of Pale Magenta #F986E1

Tints of Pale Magenta #F986E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.01%

R = 40.95%
G = 22.04%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F986E1 (or 0xF986E1) is known color: Pale Magenta. HEX triplet: F9, 86 and E1. RGB value is (249,134,225). Sum of RGB (Red+Green+Blue) = 249+134+225=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 134 (52.73% from 255 or 22.04% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F986E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986E1 is #06791E. Grayscale: #B2B2B2. Windows color (decimal): -424223 or 14780153. OLE color: 14780153.

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

Color convert

RGB 249 134 225 -
CMYK 0 0.46 0.10 0.02
HSL 312.52º 0.91% 0.75% -
HSV(B) 312.52º 0.46% 0.98% -
XYZ 61.18 42.63 76.24 -
YUV 178.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 249 134 225 0 0.46 0.10 0.02 312.52 0.91 0.75
Hex F9 86 E1 0 2E A 2 139 5B 4B
Octal 371 206 341 0 56 12 2 471 133 113
Binary 11111001 10000110 11100001 0 101110 1010 10 100111001 1011011 1001011

Color Harmonies of #F986E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986E1

Black with #F986E1

Text Example


Text Example

White with #F986E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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