#F986FC

Color #F986FC Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #F986FC

Tints of Fuchsia Pink #F986FC

Color information

#F986FC (or 0xF986FC) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 86 and FC. RGB value is (249,134,252). Sum of RGB (Red+Green+Blue) = 249+134+252=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 134 (52.73% from 255 or 21.10% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #F986FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986FC is #067903. Grayscale: #B5B5B5. Windows color (decimal): -424196 or 16549625. OLE color: 16549625.

HSL color Cylindrical-coordinate representation of color #F986FC: hue angle of 298.47º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F986FC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249134252-
CMYK0.010.4700.01
HSL298.47º95.16%75.69%-
HSV(B)298.47º46.83%98.82%-
XYZ65.1644.2297.2-
YUV181.84167.6175.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.21%
GREEN value IS 134 (52.73% from 255) = 21.10%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=39.21%
G=21.10%
B=39.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491342520.010.4700.01298.4795.1675.69
HexF986FC12F0112a5f4c
Octal37120637415701452137114
Binary11111001100001101111110011011110110010101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F986FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F986FC; }

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

 H1.HeaderClassName
 {
   color: #F986FC;
 }
 .AnyTagClassName
 {
   color: #F986FC;
 }
</style>
background-color css

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

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

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

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

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

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