Html Css Color HEX #F986DE Pale Magenta

📋 copy color: '#F986DE'

red 249 ◦ green 134 ◦ blue 222

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

Shades of Pale Magenta #F986DE

Tints of Pale Magenta #F986DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 41.16%
G = 22.15%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F986DE (or 0xF986DE) is known color: Pale Magenta. HEX triplet: F9, 86 and DE. RGB value is (249,134,222). Sum of RGB (Red+Green+Blue) = 249+134+222=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F986DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986DE is #067921. Grayscale: #B2B2B2. Windows color (decimal): -424226 or 14583545. OLE color: 14583545.

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

Color convert

RGB 249 134 222 -
CMYK 0 0.46 0.11 0.02
HSL 314.09º 0.91% 0.75% -
HSV(B) 314.09º 0.46% 0.98% -
XYZ 60.78 42.46 74.1 -
YUV 178.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 249 134 222 0 0.46 0.11 0.02 314.09 0.91 0.75
Hex F9 86 DE 0 2E B 2 13A 5B 4B
Octal 371 206 336 0 56 13 2 472 133 113
Binary 11111001 10000110 11011110 0 101110 1011 10 100111010 1011011 1001011

Color Harmonies of #F986DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986DE

Black with #F986DE

Text Example


Text Example

White with #F986DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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