Html Css Color HEX #F986E8 Pale Magenta

📋 copy color: '#F986E8'

red 249 ◦ green 134 ◦ blue 232

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

Shades of Pale Magenta #F986E8

Tints of Pale Magenta #F986E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.72%

R = 40.49%
G = 21.79%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F986E8 (or 0xF986E8) is known color: Pale Magenta. HEX triplet: F9, 86 and E8. RGB value is (249,134,232). Sum of RGB (Red+Green+Blue) = 249+134+232=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 134 (52.73% from 255 or 21.79% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F986E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986E8 is #067917. Grayscale: #B3B3B3. Windows color (decimal): -424216 or 15238905. OLE color: 15238905.

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

Color convert

RGB 249 134 232 -
CMYK 0 0.46 0.07 0.02
HSL 308.87º 0.91% 0.75% -
HSV(B) 308.87º 0.46% 0.98% -
XYZ 62.16 43.02 81.37 -
YUV 179.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 249 134 232 0 0.46 0.07 0.02 308.87 0.91 0.75
Hex F9 86 E8 0 2E 7 2 135 5B 4B
Octal 371 206 350 0 56 7 2 465 133 113
Binary 11111001 10000110 11101000 0 101110 111 10 100110101 1011011 1001011

Color Harmonies of #F986E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986E8

Black with #F986E8

Text Example


Text Example

White with #F986E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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