Html Css Color HEX #F986ED Pale Magenta

📋 copy color: '#F986ED'

red 249 ◦ green 134 ◦ blue 237

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

Shades of Pale Magenta #F986ED

Tints of Pale Magenta #F986ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 40.16%
G = 21.61%
B = 38.23%

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

#F986ED (or 0xF986ED) is known color: Pale Magenta. HEX triplet: F9, 86 and ED. RGB value is (249,134,237). Sum of RGB (Red+Green+Blue) = 249+134+237=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 134 (52.73% from 255 or 21.61% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F986ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986ED is #067912. Grayscale: #B3B3B3. Windows color (decimal): -424211 or 15566585. OLE color: 15566585.

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

Color convert

RGB 249 134 237 -
CMYK 0 0.46 0.05 0.02
HSL 306.26º 0.91% 0.75% -
HSV(B) 306.26º 0.46% 0.98% -
XYZ 62.88 43.3 85.17 -
YUV 180.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 249 134 237 0 0.46 0.05 0.02 306.26 0.91 0.75
Hex F9 86 ED 0 2E 5 2 132 5B 4B
Octal 371 206 355 0 56 5 2 462 133 113
Binary 11111001 10000110 11101101 0 101110 101 10 100110010 1011011 1001011

Color Harmonies of #F986ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986ED

Black with #F986ED

Text Example


Text Example

White with #F986ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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