Html Css Color HEX #F986DA Pale Magenta

📋 copy color: '#F986DA'

red 249 ◦ green 134 ◦ blue 218

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

Shades of Pale Magenta #F986DA

Tints of Pale Magenta #F986DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.27%

R = 41.43%
G = 22.3%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F986DA (or 0xF986DA) is known color: Pale Magenta. HEX triplet: F9, 86 and DA. RGB value is (249,134,218). Sum of RGB (Red+Green+Blue) = 249+134+218=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F986DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986DA is #067925. Grayscale: #B1B1B1. Windows color (decimal): -424230 or 14321401. OLE color: 14321401.

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

Color convert

RGB 249 134 218 -
CMYK 0 0.46 0.12 0.02
HSL 316.17º 0.91% 0.75% -
HSV(B) 316.17º 0.46% 0.98% -
XYZ 60.25 42.25 71.31 -
YUV 177.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 249 134 218 0 0.46 0.12 0.02 316.17 0.91 0.75
Hex F9 86 DA 0 2E C 2 13C 5B 4B
Octal 371 206 332 0 56 14 2 474 133 113
Binary 11111001 10000110 11011010 0 101110 1100 10 100111100 1011011 1001011

Color Harmonies of #F986DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986DA

Black with #F986DA

Text Example


Text Example

White with #F986DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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