Html Css Color HEX #F986E4 Pale Magenta

📋 copy color: '#F986E4'

red 249 ◦ green 134 ◦ blue 228

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

Shades of Pale Magenta #F986E4

Tints of Pale Magenta #F986E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.32%

R = 40.75%
G = 21.93%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F986E4 (or 0xF986E4) is known color: Pale Magenta. HEX triplet: F9, 86 and E4. RGB value is (249,134,228). Sum of RGB (Red+Green+Blue) = 249+134+228=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 134 (52.73% from 255 or 21.93% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F986E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986E4 is #06791B. Grayscale: #B2B2B2. Windows color (decimal): -424220 or 14976761. OLE color: 14976761.

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

Color convert

RGB 249 134 228 -
CMYK 0 0.46 0.08 0.02
HSL 310.96º 0.91% 0.75% -
HSV(B) 310.96º 0.46% 0.98% -
XYZ 61.6 42.79 78.41 -
YUV 179.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 249 134 228 0 0.46 0.08 0.02 310.96 0.91 0.75
Hex F9 86 E4 0 2E 8 2 137 5B 4B
Octal 371 206 344 0 56 10 2 467 133 113
Binary 11111001 10000110 11100100 0 101110 1000 10 100110111 1011011 1001011

Color Harmonies of #F986E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986E4

Black with #F986E4

Text Example


Text Example

White with #F986E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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