Html Css Color HEX #F986DD Pale Magenta

📋 copy color: '#F986DD'

red 249 ◦ green 134 ◦ blue 221

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

Shades of Pale Magenta #F986DD

Tints of Pale Magenta #F986DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 41.23%
G = 22.19%
B = 36.59%

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

#F986DD (or 0xF986DD) is known color: Pale Magenta. HEX triplet: F9, 86 and DD. RGB value is (249,134,221). Sum of RGB (Red+Green+Blue) = 249+134+221=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F986DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986DD is #067922. Grayscale: #B2B2B2. Windows color (decimal): -424227 or 14518009. OLE color: 14518009.

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

Color convert

RGB 249 134 221 -
CMYK 0 0.46 0.11 0.02
HSL 314.61º 0.91% 0.75% -
HSV(B) 314.61º 0.46% 0.98% -
XYZ 60.64 42.41 73.4 -
YUV 178.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 249 134 221 0 0.46 0.11 0.02 314.61 0.91 0.75
Hex F9 86 DD 0 2E B 2 13B 5B 4B
Octal 371 206 335 0 56 13 2 473 133 113
Binary 11111001 10000110 11011101 0 101110 1011 10 100111011 1011011 1001011

Color Harmonies of #F986DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986DD

Black with #F986DD

Text Example


Text Example

White with #F986DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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