#F986FA

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

Shades of Violet #F986FA

Tints of Violet #F986FA

Color information

#F986FA (or 0xF986FA) is unknown color: approx Violet. HEX triplet: F9, 86 and FA. RGB value is (249,134,250). Sum of RGB (Red+Green+Blue) = 249+134+250=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 134 (52.73% from 255 or 21.17% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #F986FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986FA is #067905. Grayscale: #B5B5B5. Windows color (decimal): -424198 or 16418553. OLE color: 16418553.

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

Color convert

RGB249134250-
CMYK0.000.4600.02
HSL299.48º92.06%75.29%-
HSV(B)299.48º46.4%98.04%-
XYZ64.8544.0995.54-
YUV181.61166.6176.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.34%
GREEN value IS 134 (52.73% from 255) = 21.17%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=39.34%
G=21.17%
B=39.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491342500.000.4600.02299.4892.0675.29
HexF986FA02E0212b5c4b
Octal37120637205602453134113
Binary111110011000011011111010010111001010010101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F986FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F986FA; }

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

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

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

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

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

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

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

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